Write-Back


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

Write-Back



I have a problem with my ASM prog. It won't write back here is a code
snippit

ld (user),hl
ld hl,user        ;test what it wrote
call _homeup
call _puts
ret

user: .db $00,$00,0



Any help would be greatly apprecitated.

enigma2e@yahoo.com