disable debugging
This commit is contained in:
parent
63ffb1c50f
commit
66a1326e3a
2
term.tal
2
term.tal
|
@ -125,7 +125,7 @@
|
||||||
;on-read .Console/vect DEO2 ( set up stdin )
|
;on-read .Console/vect DEO2 ( set up stdin )
|
||||||
|
|
||||||
( set to 01 to enable debug log )
|
( set to 01 to enable debug log )
|
||||||
#01 .debug STZ
|
#00 .debug STZ
|
||||||
|
|
||||||
.debug LDZ ,&continue JCN BRK &continue
|
.debug LDZ ,&continue JCN BRK &continue
|
||||||
#99 #010e DEO
|
#99 #010e DEO
|
||||||
|
|
Loading…
Reference in New Issue