83 asm question


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

83 asm question



In BASIC, you can do
c+1->c
 
I was thinking that you could do:
ld c,c+1
 
in asm.  When compiling this, though, I got an error message.  how do I add one to the register c and then store it in c?
 
Thanks
 
NE

Follow-Ups: