RE: A86: Re: Bug in TI86EMU?


[Prev][Next][Index][Thread]

RE: A86: Re: Bug in TI86EMU?




Supposedly because you are jumping to that memory location. I think it's odd
as well, especially since when you jump to a literal value you don't put
parentheses.

Some Z80 mnemonic definitions I've found use "jp hl", and others use "jp
(hl)". I've seen the same discrepancy with "out (N)" or "out N". I guess the
opcodes come out the same so it doesn't really matter.

  - Jeremy G.

>
>
> Hmm, that explains alot.  Then why the indirection?  Why not just JP HL?
>
> >
> >No, <jp (hl)> is supossed to jump to HL.  If you want to fix it
> do <call $33
> >/ jp (hl)>
> >
> >
>
> --
> David Phillips
> mailto:electrum@tfs.net
> ICQ: 13811951
> AOL/AIM: Electrum32
>


References: