Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-207
SOURCE OFF
2. This example illustrates the SOURCE ICODE command listing TNS/R native
programs.
SOURCE OFF
The SOURCE OFF command disables automatic source display at each event.
SOURCE OFF is equivalent to the alias SOURCEOFF and the command SET
STATUS ACTION HIGH.
Related Commands
SET STATUS ACTION on page 6-186
SOURCE ON on page 6-208
-PROGRAM-SOURCE ICODE FOR 3 STATEMENTS
*#10.000 Proc P( u, v, w, x, y);
10.000 addiu $sp,$sp, -32
10.000 sw $4,32($sp)
10.000 sw $5,36($sp)
#11.000 int(32) u;
#12.000 int(32) v;
#13.000 int(32) w;
#14.000 int(32) x;
#15.000 int(32) y;
#16.000 Begin
#17.000 m := u + v + w + x;
17.000 lw $15,35($sp)
17.000 lw $14,32($sp)
- 10.000 sw $6, 40($sp)
17.000 lw $25,40($sp)
- 10.000 sw $7, 44($sp)
17.000 lw $9, 44($sp)
17.000 add $24,$14,$15
+ 18.000 lw $11,48($sp)
17.000 add $8,$24,$25
- 10.000 sw $31,28($sp)
17.000 add $10,$8,$9
17.000 sw $10,16($gp)
#18.000 call p(u, v, w, x, y);
18.000 move $5,15
18.000 move $4,14
18.000 move $6,25
18.000 move $7,9
18.000 jal 0x70000290
18.000 sw $11,16
-PROGRAM-
SOURCE OFF