Fixed 16-bit unsigned division overflow detection
This commit is contained in:
parent
a22bf5dc85
commit
8c67a50f92
4 changed files with 43 additions and 37 deletions
|
|
@ -793,6 +793,8 @@ strPS: db "PS=",0
|
|||
strDE: db "#DE ",0 ; when this is displayed, it indicates a Divide Error exception
|
||||
achSize db "BWD"
|
||||
|
||||
ALLOPS equ 1
|
||||
|
||||
tableOps:
|
||||
defOp "ADD",add,al,dl,none,TYPE_ARITH
|
||||
defOp "ADD",add,ax,dx,none,TYPE_ARITH
|
||||
|
|
|
|||
Loading…
Reference in a new issue