Re: A86: I need help...
[Prev][Next][Index][Thread]
Re: A86: I need help...
> ld (_curCol), c ;put zero into column
Thanks very much for your incredibly prompt help, but for some reason,
whenever I try <ld (_curCol),c> the assembler tells me that this line uses
an unrecognized argument format for the ld instruction. When, for the sake
of experiment, I attempted to change <ld (_curRow),a> to <ld (_curCol),c>,
the assembler also returns an error. Is the c register different than the a
register, and why?
Thanks again for your help,
Chris Remo
Follow-Ups: