Added more tests.

This commit is contained in:
Kugel Fuhr
2025-07-06 10:42:15 +02:00
parent 23086bccff
commit 7b79fd1ec1
19 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
.macro mac val
lda #val
.endmacro
.macro mac val
lda #val
.endmacro