A86: displaying a variable


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

A86: displaying a variable




hi,
I have a variable stored like this:

variable1:
	.db 1,0

does this mean that when i display the variable, ((ld hl,variable1)(call
_puts)) it will display the number 1?  if not, how would I do that?

Thank you for your help,
 	  BlAsTo1414