From 282fa7725993c9b0b0d2bb0977c124f11abea1fd Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 8 Mar 2016 13:51:57 +0000 Subject: 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bbf313b..7b1ce62 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,9 @@ # Debug files *.dSYM/ + +# Custom +src/casm +*.com +src/A-Hdrive +src/output -- cgit v1.2.3