[A83] Changing an ASM program to an APP


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

[A83] Changing an ASM program to an APP



What is involved in doing this? Can I still have program writeback? (see
example below)
 
 
 
ld a,(Counter)
dec a
ld (Counter),a
ret
 
Counter: db 0ffh
 
 
 
Thanks,
Tom