changed a comment
This commit is contained in:
parent
6d675af42c
commit
8206965ae9
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ var
|
||||||
iclass: insclass; { true for escaped opcodes }
|
iclass: insclass; { true for escaped opcodes }
|
||||||
dispat: array[insclass,byte] of dispatch;
|
dispat: array[insclass,byte] of dispatch;
|
||||||
retsize:size; { holds size of last LFR }
|
retsize:size; { holds size of last LFR }
|
||||||
insr: mnem; { holds the instructionnumber }
|
insr: mnem; { holds the instruction number }
|
||||||
halted: boolean; { normally false }
|
halted: boolean; { normally false }
|
||||||
exitstatus:word; { parameter of MON 1 }
|
exitstatus:word; { parameter of MON 1 }
|
||||||
ignmask:word; { ignore mask for traps }
|
ignmask:word; { ignore mask for traps }
|
||||||
|
|
Loading…
Reference in a new issue