Re: A86: djnz, jr and jp


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

Re: A86: djnz, jr and jp




In a message dated 1/8/99 20:47:33 Eastern Standard Time, dvanee@dowco.com
writes:

> I have a parallel link. I have assembly studio 86. I have made two
>  different styles of full tile-based maping systems and 2 rpg battle-style
>  systems. I have messed with graphics effects and string files. I'm just
>  trying to learn more about the way the z80 works. I don't plan on making
>  anything amazing or even half-decent. It's a learning thing. Besides, I'm
>  not the only person who would benefit from an on-calc assembler, which
>  seems quite simple to me at this point.
>  

well, it probably wouldn't be "quite simple" to make.  and besides, when
you're dealing with assembly, one bug and you lose all your code.  it's much
safer to always have it on the computer so that you don't lose all your work
by a missing "ret" or a messed up branch or something.


Follow-Ups: