branch on equal is beql, not beq...
This commit is contained in:
parent
365359dd79
commit
81b5eeed6a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ d=12 ;(AP) d by value (input)
|
|||
xorl2 #^X80000000,r7 ; fixup a21 so highest bit is 1
|
||||
2$:
|
||||
tstl r9
|
||||
beq 666$ ; Uh-oh, the divisor is 0...
|
||||
beql 666$ ; Uh-oh, the divisor is 0...
|
||||
bgtr 3$
|
||||
xorl2 #^X80000000,r9 ; fixup b2 so highest bit is 0
|
||||
incl r8 ; b' = 1
|
||||
|
|
Loading…
Reference in a new issue