diff options
| author | Marin Ivanov <[email protected]> | 2024-05-04 03:01:57 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-05-04 03:01:57 +0300 |
| commit | 7641aaeb6a59c45baa0d25d27b9e2c6c25e183b8 (patch) | |
| tree | 1986d4dc138b8b112019354693fcc804a454542e /minias.h | |
| parent | cd21b90feaa9b66296b8614023349fae7d314b4b (diff) | |
add dummy type and size directives
Diffstat (limited to 'minias.h')
| -rw-r--r-- | minias.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ typedef enum { ASM_DIR_INT, ASM_DIR_QUAD, ASM_DIR_BALIGN, + ASM_DIR_TYPE, + ASM_DIR_SIZE, // Instructions. ASM_JMP, ASM_INSTR, |
