This page (revision-8) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 08-Feb-2020 20:11 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 03-Feb-2023 15:21 1 KB Roland B. Wassenberg to previous
7 08-Feb-2020 20:50 1 KB Roland B. Wassenberg to previous | to last
6 08-Feb-2020 20:48 1 KB Roland B. Wassenberg to previous | to last
5 08-Feb-2020 20:39 960 bytes Roland B. Wassenberg to previous | to last
4 08-Feb-2020 20:29 697 bytes Roland B. Wassenberg to previous | to last
3 08-Feb-2020 20:29 701 bytes Roland B. Wassenberg to previous | to last
2 08-Feb-2020 20:18 701 bytes Roland B. Wassenberg to previous | to last
1 08-Feb-2020 20:11 526 bytes Roland B. Wassenberg to last Make protected BASIC code visible

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 changed one line
Luckily, living legend Avery Lee, the creator of the Atari Altirra emulator, has implemented 2 routines, which do the job in a marvelous way.\\
Luckily, living legend Avery Lee, the creator of the Atari [Altirra|http://www.virtualdub.org/altirra.html] emulator, has implemented 2 routines, which do the job in a marvelous way. :-)\\
At line 8 changed one line
Given the fact the user has already just loaded the BASIC code without executing,
Given the fact the user has already just loaded in the BASIC code without executing, then just the F8 key has to be pressed to force an interrupt:\\
[{Image src='Debug_.jpg' width='980' height='811'}]
Forcing an interrupt in the Atari [Altirra|http://www.virtualdub.org/altirra.html] emulator\\
\\
Afterwards, in the Console window, just type in these 2 lines:\\
\\
.basic_rebuildvnt\\
.basic_rebuildvvt\\
\\
and press the F8 key again. That's all. Now back in BASIC, you can list the source code in it's original form or save it to disk. :-)\\
\\
The 2 lines executed in Altirra, do the following things:\\
\\
.basic_rebuildvnt ; Rebuild BASIC variable name table\\
.basic_rebuildvvt ; Rebuild BASIC variable value table\\
\\
Again, we deeply, deeply have to thank Avery Lee for his gigantic help to the community worldwide. Thank you so much Avery. :-)