summaryrefslogtreecommitdiff
path: root/enums.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-02-08 23:03:31 -0500
committermrb0nk500 <b0nk@b0nk.xyz>2021-02-08 23:03:31 -0500
commit04b29166fd226e2464bcfacf6839e3274ff68cc6 (patch)
tree848685973ecbee3b74868820636ac7eb7af4583b /enums.h
parentcd6982e5da1f5facdc1e0154b3a27c01e8b076c9 (diff)
Completly rewrote the expression handler.
It's now separate from the lexer, and was designed to make it both easier to understand, and easier to parse.
Diffstat (limited to 'enums.h')
-rw-r--r--enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/enums.h b/enums.h
index 834566d..1658c35 100644
--- a/enums.h
+++ b/enums.h
@@ -38,6 +38,7 @@ enum ortho_reg {
REG_R13,
REG_R14,
REG_R15,
+ REG_PC,
};
enum ortho_mem {