From 1f228ce77e8a71475930b433fb2c72521203aa99 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Wed, 8 Jan 2014 18:19:21 +0100 Subject: Petites modifications --- asm/asm.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asm/asm.ml') diff --git a/asm/asm.ml b/asm/asm.ml index 5a3a96b..7df7604 100644 --- a/asm/asm.ml +++ b/asm/asm.ml @@ -1,3 +1,5 @@ +exception Asm_error of string + type reg = int type imm = @@ -55,6 +57,7 @@ type instr = | Liu of (reg * imm) | Liuz of (reg * imm) | Lra of imm + | TwoRawBytes of (int * int) module Imap = Map.Make(String) -- cgit v1.2.3