aboutsummaryrefslogtreecommitdiff
path: root/src/casm.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-03-08 13:51:57 +0000
committerIan C <ianc@noddybox.co.uk>2016-03-08 13:51:57 +0000
commit282fa7725993c9b0b0d2bb0977c124f11abea1fd (patch)
treee798be921f3cfc51ef0ca39c195a07218defc8d8 /src/casm.c
parent3bad2fc2e05e0ddbf7d398f120b6d5d525476ff9 (diff)
Wildcard for args, EX changes and CP/M test.
+ Added '*' wildcard for macro arguments + Allow 'EX' with parameters reversed on the Z80 + Added simple CP/M example test. + Added some files to gitignore
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},