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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,3 +30,9 @@ # Debug files *.dSYM/ + +# Custom +src/casm +*.com +src/A-Hdrive +src/output |