Posted By
Basman on 2019-04-22 15:27:01
| Re: PRINT statement fills the RAM
Thank you gerliczer for your time. Please run this program:
1 a$="x" 2 print"777777777777777777777777777777777777777777777777777777777777777"
Then look at the RAM starting from $FCBC. The string of 7's has been copied there. Strangely this doesn't seem to happen without the initial assignment a$="x".
I'm indeed trying to become Asmman as some of the RAM is occupied by humble routines that I wrote. It's still a long way though.
|