From b840059a7f2fb0e3796414f30f1e241d03b44dbf Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 10 Jan 2014 16:55:37 +0100 Subject: =?UTF-8?q?Correction=20de=20li=20pour=20valeurs=20n=C3=A9gatives?= =?UTF-8?q?=20;=20utilisation=20de=20labels=20dans=20des=20data.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asm/asm.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'asm/asm.ml') 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) -- cgit v1.2.3