Re: A83: NOW I REALLY DON'T KNOW WHAT'S GOING ON


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

Re: A83: NOW I REALLY DON'T KNOW WHAT'S GOING ON




> within 256 bytes of the jr. You should do like James said a while back
> and turn your code to psuedo-code

Lol...I did?! :)  Perhaps I did...since I do do it a lot.  Seriously Alan,
try it.  Forget the Z80 and write down every step.  Its easier because you
can comment it however the hell you want...and you can see logic errors a
lot easier:

Compare a to progobj (set at 05h)

is a helluva lot easier than:

cp PROGOBJ

Chances are you'll find the logic error...then convert to Z80.  Or modify
what you have.  Perhaps take Z80 code and change it to psuedo-code...might
find the error that way.

Try it, you might like it ;)

James.