[A86] address


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

[A86] address




If I had a 1503 byte table:

table:
.db 0,0,0,0...
.db 0,0,0

and I wanted to get the fourth, fifth, and sixth bytes of the table, would:

ld hl,table + 3

give me the the byte indicated below?

table:
.db 0,0,|0|,0,0,0,0,0,0,0,0...
.db 0,0,0
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com





Follow-Ups: