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

A85: Vars




I am a little confused about variables stored in the game itself, and how to
retrieve that info.

( i )  How do you retrieve variables stored in, say, this:   
Variable:
  .db 0

( ii ) How do you store multiple variables in label?  Is it something like:
Variables:
  .db 0,0,0,0

( iii )  How do you retrieve these?  Also, once you have recieved one and put
it in a register or someything to be held, how would you get to the next one? 


Follow-Ups: