aboutsummaryrefslogtreecommitdiff
path: root/src/casm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/casm.c')
-rw-r--r--src/casm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/casm.c b/src/casm.c
index 35cd205..9f685f8 100644
--- a/src/casm.c
+++ b/src/casm.c
@@ -406,6 +406,8 @@ static struct
{
{"equ", EQU},
{".equ", EQU},
+ {"eq", EQU},
+ {".eq", EQU},
{"org", ORG},
{".org", ORG},
{"ds", DS},