diff options
Diffstat (limited to 'asm/asm.ml')
-rw-r--r-- | asm/asm.ml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +exception Asm_error of string + type reg = int type imm = |
index : SystDigit-Projet.git | ||
Projet de Système Digital |
summaryrefslogtreecommitdiff |
-rw-r--r-- | asm/asm.ml | 2 |
@@ -1,3 +1,5 @@ +exception Asm_error of string + type reg = int type imm = |