A83: Ti83 variables


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

A83: Ti83 variables




in asm i know you can save a variable like for right back as this
	ld a,20
	ld (var),a
var:
	.db 0
i also know you can have many variables in a thing like

var:
	.db 0,0,0
but what i was wondering is how you would load it into a variable and how you 
can load a varibale to it.  If any one know please help


Follow-Ups: