mirror of
https://github.com/fachat/xa65.git
synced 2026-04-20 10:16:46 +00:00
add test for pre-processor replacing strings
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
default:
|
||||
../../xa test.s -o test.o
|
||||
../hextool -cmp=ok < test.o
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
|
||||
#define DUP 123
|
||||
|
||||
.asc "DUP^@"
|
||||
|
||||
.asc '0DUP^@'
|
||||
|
||||
.asc "D","UP^@"
|
||||
|
||||
.asc "DUP
|
||||
|
||||
.asc "DU0
|
||||
|
||||
.asc "DU
|
||||
|
||||
Reference in New Issue
Block a user