Re: A83: Why Don't it work??


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

Re: A83: Why Don't it work??




In a message dated 8/27/00 3:48:43 PM Eastern Daylight Time, 
cslater@wcnet.org writes:

>   I am making a very simple program for ION, everything should work, just 
>  when I assemble it I get the strangest error messages.
>  Here is the problematic 2 lines
>  
>           ld (currow),c
>           ld (curcol),b

Try ld (currow),bc.  The only 8-bit register you can load directly to memory 
is a, but you can load bc, de, and hl as well if you want to write both bytes.


----
Jonah Cohen
<ComAsYuAre@aol.com>
http://jonah.ticalc.org



Follow-Ups: