[A83] Re: Copying the screen to the graph buffer


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

[A83] Re: Copying the screen to the graph buffer




Saferam is an area in memory [defined by ION] which is very commonly used to 
store variables on the 83/+.  it allows you to use variables without actually 
wasting the bytes in the prograsm for it, however they may be different each 
timeyou load the program, so you have to always initialize your vars at the 
beginning.

-joel