source: buchla-68k/orig/DOC/M7DEBUG.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: 1.3 KB
Line 
1MIDAS-VII Debugging Functions Rev 0 1988-07-08
2----------------------------- ------------------
3
4Executable from ROMP with the 'go' command:
5-------------------------------------------
6
7DOA() stack traceback (Set A6PTR and A7PTR first)
8 ends with xtrap15()
9
10SCPanic() print the score control variables
11 SEsnap() followed by xtrap15()
12
13SCcrash() print all of the score related data and the current score
14 SLdump() and SCdump() followed by xtrap15()
15
16SCdump() print the score control variables and the current score
17 SEsnap(), SECdump(), and SEchase() followed by xtrap15()
18
19SCtimes() print the score times and pointers
20 SEctrl() followed by xtrap15()
21
22SLdump() print slice control data (Set SL_Flag = FALSE to execute)
23 executes xtrap15() if SL_FLag = FALSE
24
25Called from functions:
26----------------------
27
28SECdump() dump section variables and hplist
29
30SEchase(ep, n) print up to 'n' events or to the end of the score
31
32SEctrl() print current score pointers and times
33
34SEdump(sep) dumps the event at 'sep' in readable format.
35
36SEsnap() snap dump critical score storage variables
37
38SLdump() print slice control data (Set SL_Flag = TRUE to call)
39 executes xtrap15() if SL_FLag = FALSE
40
41ev_kind(sep) return event type string
Note: See TracBrowser for help on using the repository browser.