aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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: {