A83: Re: Re: Need assistance w/simple problem


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

A83: Re: Re: Need assistance w/simple problem




>But if that's your
>ENTIRE asm program, then you've not initialized h anywhere, so you'll get
>some funky results

No, that was a code fragment.  The proggie works great :).
I want to make the program display different characters based on a
variable's value (1="X", 2="_", 3="+", etc), but the _rcl function only
works for x and y, not say, _rclI.  How would I access the I variable
without changing x or y?  List or matrix, perhaps?