summaryrefslogtreecommitdiff
path: root/asm/asm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm.ml')
-rw-r--r--asm/asm.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/asm.ml b/asm/asm.ml
index 47f5f7b..b52eda4 100644
--- a/asm/asm.ml
+++ b/asm/asm.ml
@@ -56,6 +56,7 @@ type instr =
| Lra of imm
| Byte of int
| Word of int
+ | Wlab of string
| Hlt
module Imap = Map.Make(String)