Re: A82: tables


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

Re: A82: tables




In a message dated 97-12-22 11:11:01 EST, you write:

> 
>  Say I wanted to make a table.
>  
>  1.  Would I do it like this?
>  
>  Table:
>    .db 3,4,5
>    .db 6,7,8
>  
>  2.  How would I get at, say the 7?
ld hl, table
add hl, 4
cause each number is a byte and table is a location in mem