This page (revision-5) was last changed on 03-Feb-2023 15:21 by Carsten Strotmann 

This page was created on 27-Dec-2010 18:05 by Carsten Strotmann

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
5 03-Feb-2023 15:21 4 KB Carsten Strotmann to previous
4 27-Dec-2010 18:20 4 KB Carsten Strotmann to previous | to last
3 27-Dec-2010 18:15 4 KB Carsten Strotmann to previous | to last
2 27-Dec-2010 18:10 4 KB Carsten Strotmann to previous | to last
1 27-Dec-2010 18:05 4 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 15 lines
[A simple 6502 debugger/atari000.png]
This is a very simple debugger I have written years ago. It has been used to figure out the hotspots of a program or to slow down the program to be examined.
The "BUG.COM" executable will install a VBI with a wait loop. This loop is slowing down the Atari and thus other programs running. It can be adjusted with "START" and "SELECT". In the top line the tool will display the current CPU instruction pointer. This instruction pointer can be copied to the field on the right with the "OPTION" key (e.g. to examine a specific code area with a hardware monitor such as BiboMon, QMeg or Turbo-Freezer).
!Disk
[A simple 6502 debugger/sbug6502.atr]
!Source
* [A simple 6502 debugger/BUG.SRC.pdf]