sys: fix "mul" in sop.s
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ lls = 0640600 " EAE: long left shift
|
|||||||
llss = 0660600 " EAE: long left shift, signed
|
llss = 0660600 " EAE: long left shift, signed
|
||||||
als = 0640700 " EAE: AC left shift
|
als = 0640700 " EAE: AC left shift
|
||||||
alss = 0660700 " EAE: AC left shift, signed
|
alss = 0660700 " EAE: AC left shift, signed
|
||||||
mul = 0653323 " EAE: multiply
|
mul = 0653122 " EAE: multiply
|
||||||
idiv = 0653323 " EAE: integer divide
|
idiv = 0653323 " EAE: integer divide
|
||||||
lacq = 0641002 " EAE: load AC with MQ
|
lacq = 0641002 " EAE: load AC with MQ
|
||||||
clq = 0650000 " EAE: clear MQ
|
clq = 0650000 " EAE: clear MQ
|
||||||
|
|||||||
Reference in New Issue
Block a user