Re: A86: djnz, jr and jp
[Prev][Next][Index][Thread]
Re: A86: djnz, jr and jp
all this stuff you're talking about is quite impractical for on-calc. my
suggestion is to just use assembly studio 86. and go buy a graph link if you
don't already own one. writing in hex is just a waste of time
In a message dated 1/8/99 19:11:23 Eastern Standard Time, dvanee@dowco.com
writes:
> How do I enter the djnz,jr and jp commands on-calc? On the z80 op list I
> got it lists the only djnz as 'DJNZ $+2' as command '10'. All the jr and
> jp's are similar (with a $+something). I know I have to find out the mem
> locations, but it's not like just doing 'CALL $D7AE'.
>
> Also, after using that ReadAsm program a bit more, I wonder why the same
> idea used to make that program can't be used to assemble (sort of).
> Couldn't it be like you enter the program (using call/ld/ret/etc commands)
> in the program editor. Then the program converts it to the hex codes.
> Adding mem-tracing, or whatever would allow labels, would be harder, but it
> doesn't seem that complicated. Stick a simple sprite editor in there and
> use the AsmComp( command to compile for compression and faster execution.
Follow-Ups: