A83: Lists & Tables


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

A83: Lists & Tables



I would like to do a table in one of my programs, for example :
 
table:
        .db 5,A,8
        .db 7,3,F
        .db 2,1,4
 
and I would that my program can access to this table and modify the number.
How must I do ?
 
Thanks

Follow-Ups: