Could someone please help me with displaying characters if i have them
stored in lets say,
A: .db 0h
how would I display that? I have tried a lot of different commands but the
ones i do get to work when i decrement 'A', by doing
ld a,(A)
dec a
ld (A),a
it messes up the next time i try to display it.
Thanks for helping