|
sysTrace |
|
sysTrace( [const mode]) // sysTrace... Query or set trace mode. Predefined mode constants are:
The mode constants above may be combined by adding them. Combined constants are predefined as:
Returns: current trace mode. Example: sysTrace(sysTraceCode); // turn tracing on The trace output may look somewhat as:
test.csl: var main()
address opcode parameter tos tos-1
------- ------ --------------- --------------- ---------------
19 push x <stack bottom>
20 incv x <stack bottom>
21 jmp 7 <stack bottom>
7 push x <stack bottom>
8 load x <stack bottom>
9 push 5 3 <stack bottom>
10 lss 5 3
11 jf 22 1 <stack bottom>
. . . . .
|
||||||||||||||||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |