aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-06 01:25:33 +1300
committerAndrew Chambers <[email protected]>2021-10-06 01:25:33 +1300
commit513cfa84f2e6b06e2ac8133cf1d3432fdbaf2f20 (patch)
tree30be66bd6f55c3634180e30c65f020405bd2bcf8 /main.c
parent7358b6242d46247286e9fec949795ddf098d1d3a (diff)
Add more commands.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ce8b666..4e8f24f 100644
--- a/main.c
+++ b/main.c
@@ -259,6 +259,7 @@ static void assemble() {
break;
case ASM_ADD:
case ASM_AND:
+ case ASM_OR:
case ASM_SUB:
case ASM_XOR: {