aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base.h b/lib/base.h
index 64d8f74..7acf13f 100644
--- a/lib/base.h
+++ b/lib/base.h
@@ -48,8 +48,11 @@ typedef i64 s_word;
typedef union
{
byte as_byte;
+ s_byte as_char;
hword as_hword;
+ s_hword as_int;
word as_word;
+ s_word as_long;
} data_t;
typedef enum