|
View Message | Back to Messages |
Plasma Fri Jan 24 2025 at 2:59 am cool
Sorry for my delay. But I'm glad you figured it out.
By the way, you may be interested in IntX: http://www.phatcode.net/downloads.php?id=157
Back in the day there used to be a lot of "Pure QB" contests, where CALL ABSOLUTE/INTERRUPT was not allowed. I always contended that was a stupid rule, because with PEEK/POKE you can still run whatever code you want by overwriting one of QB's commands.
IntX searches for the location of the VARPTR$ code and changes it to act as CALL INTERRUPT, then changes it back afterward. Similar to your code, but for general purpose interrupts and executed in a roundabout way.
|
|