|
|
|
|
|
by jim_lawless
345 days ago
|
|
You could do similar things on a C64 and other computers. You might try this out on a C64 emulator such as VICE. 10 REM NOTHING TO SEE HERE 20 PRINT "HELLO!" POKE 2049,1 Run it. You'll see HELLO! LIST it and you'll continuously see line 10. If you try to LIST 20 the machine pretty much locks up. Screen image is here: https://jimlawless.net/images/remtrick.gif (note that in the above image, you'll see two RUN lines ... it appears that I captured the screen as it was in mid-scroll... ) |
|