diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-03-08 13:51:57 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-03-08 13:51:57 +0000 |
commit | 282fa7725993c9b0b0d2bb0977c124f11abea1fd (patch) | |
tree | e798be921f3cfc51ef0ca39c195a07218defc8d8 /src/casm.c | |
parent | 3bad2fc2e05e0ddbf7d398f120b6d5d525476ff9 (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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -406,6 +406,8 @@ static struct { {"equ", EQU}, {".equ", EQU}, + {"eq", EQU}, + {".eq", EQU}, {"org", ORG}, {".org", ORG}, {"ds", DS}, |