aboutsummaryrefslogtreecommitdiff
path: root/minias.h
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-08 20:17:32 +1300
committerAndrew Chambers <[email protected]>2021-10-08 20:17:32 +1300
commite3233082732e3af3b860135f00c9a0564e64e6a3 (patch)
tree9788e8b48be3f888a4d980580ead2c320697263a /minias.h
parentdebe8291e0c9642d7bc909efbc03efed0efd611e (diff)
Work on rip relative references.
Diffstat (limited to 'minias.h')
-rw-r--r--minias.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/minias.h b/minias.h
index fbbc2d9..d005c2a 100644
--- a/minias.h
+++ b/minias.h
@@ -139,6 +139,9 @@ typedef enum {
ASM_R13,
ASM_R14,
ASM_R15,
+
+ /* RIP is in a special class of its own. */
+ ASM_RIP,
ASM_REG_END,
} AsmKind;