|
|
@@ -72,6 +72,8 @@ let rec instr2str = function
|
|
|
tab ^ prefix ctype ^ "store" ^ suffix scope ^ " " ^ si index
|
|
|
|
|
|
(* Load *)
|
|
|
+ | Load (ctype, Current, index) when index >= 0 & index <= 3 ->
|
|
|
+ tab ^ prefix ctype ^ "load_" ^ si index
|
|
|
| Load (ctype, scope, index) ->
|
|
|
tab ^ prefix ctype ^ "load" ^ suffix scope ^ " " ^ si index
|
|
|
| LoadConst (ctype, index) ->
|