diff options
Diffstat (limited to 'asm/asm.ml')
-rw-r--r-- | asm/asm.ml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ type instr = | Lra of imm | Byte of int | Word of int + | Wlab of string | Hlt module Imap = Map.Make(String) |