A86: Thanks, almost finished with prog
[Prev][Next][Index][Thread]
A86: Thanks, almost finished with prog
Thanx everyone for help with the keys. that saved
me alot of coding.
I have been trying to do one thing, but it doesn't seem
to work.
How would I add information to a string that already exisits in an assemlby
program
I tried this but it doesn't work:
ld bc, ;whatever the information is
ld hl, (String)
add hl,bc
ld (String),hl
String:
.db
"",0