source: buchla-68k/orig/DOC/DEBUG.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 867 bytes
Line 
1 DEBUG Variables and Functions
2
3================================================================================
4
5____________ char *A6PTR = 0L; /* traceback a6 starting address */
6____________ char *A7PTR = 0L; /* traceback a7 starting address */
7
8____________ char *A7TOP = 0x000FFFFFL; /* traceback stack top */
9
10____________ short debugsw; /* debug enable switch */
11
12================================================================================
13
14____________ SCPanic() print the control variables
15____________ SCdump() print the control variables and the current score
16____________ SCcrash() print all of the score related data and the current score
17____________ DOA() do a simple stack traceback
18____________ DB_Dump() dump and reset debug trace area
19
20================================================================================
Note: See TracBrowser for help on using the repository browser.