I am writing a number of simple examples in Assembly Language for the C64 using CBM's ML Monitor$C000. However, the Monitor does not appear to accept Labels (e.g."Loop")? Is this true, or am I missing something?
ML Monitor$C000
------
.A 033C LDX #$04
.A 033E DEX
.A 033F BNE $033E
--------
CBM C64 Macro Assembler
------
1010 LDX #$04
1020 LOOP DEX
1030 BNE LOOP
-------
Thanks for any thoughts..!..I am spending too much time calculating the branches!
AAGDOS
Bookmarks