summaryrefslogtreecommitdiff
path: root/asm/asm.ml
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-10 16:55:37 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-10 16:55:37 +0100
commitb840059a7f2fb0e3796414f30f1e241d03b44dbf (patch)
tree78cc779a2b50f0be294f276d1352e5cc2b2fc463 /asm/asm.ml
parent9495dd3a9e4aa9e27004ce9718ac39c197db13c0 (diff)
downloadSystDigit-Projet-b840059a7f2fb0e3796414f30f1e241d03b44dbf.tar.gz
SystDigit-Projet-b840059a7f2fb0e3796414f30f1e241d03b44dbf.zip
Correction de li pour valeurs négatives ; utilisation de labels dans des data.
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)