| Last change
 on this file since 6dc5ea7 was             3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 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.