add comment warning about div
This commit is contained in:
parent
5ddc80ada2
commit
2eb316492c
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ let builtins =
|
|||
; "%sub", [ Lw (T0, Mem (SP, 0)); Lw (T1, Mem (SP, 4)); Sub (V0, T0, T1) ]
|
||||
; "%mul", [ Lw (T0, Mem (SP, 0)); Lw (T1, Mem (SP, 4)); Mul (V0, T0, T1) ]
|
||||
; "%div", [ Lw (T0, Mem (SP, 0)); Lw (T1, Mem (SP, 4)); Div (V0, T1, T0) ]
|
||||
(* %div: reversal of T1 and T0 ?? *)
|
||||
]
|
||||
;;
|
||||
|
|
Reference in a new issue