Changed trap number into bit shifted by number for ignore mask.
The whole example is, at leat, unclear. The trap for EFOVL never occurs!
This commit is contained in:
parent
5472fafa56
commit
cec503a1b4
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ msave
|
|||
lim ; get current ignore mask
|
||||
ste msave ; save it
|
||||
lim
|
||||
loc 4 ; bit for EFOVFL
|
||||
loc 16 ; bit for EFOVFL
|
||||
ior 2 ; set in mask
|
||||
sim ; ignore EFOVFL from now on
|
||||
lpi $catch ; load procedure identifier
|
||||
|
|
Loading…
Reference in a new issue