summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-09-20 15:28:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-09-20 15:28:57 (GMT)
commit2ccf097c9344465944089bebbc2ffd66ac93e1fd (patch)
tree74c535a32198bb04139cd85431e7c6ed780c5973 /src/arch/operand.h
parent286c0872cc37d3dd6c2633cb61e4680123015d52 (diff)
Centralized all the code used to decode instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@32 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index e913059..a05f819 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -34,6 +34,8 @@
/* Taille des données intégrées */
typedef enum _AsmOperandSize
{
+ AOS_UNDEFINED, /* Taille non définie */
+
AOS_8_BITS, /* Opérande sur 8 bits */
AOS_16_BITS, /* Opérande sur 16 bits */
AOS_32_BITS, /* Opérande sur 32 bits */