1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-08 07:29:39 +00:00

add tests for error situation

This commit is contained in:
Andre Fachat 2019-10-31 22:24:30 +01:00
parent a98b3770ee
commit dccd33309d
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,12 @@
default: test1 test2
test1:
../../xa -R -LLIB6502 test1.s -o test1.o
../hextool -cmp=ok < test1.o
test2:
../../xa -R -LLIB6502 test2.s -o test2.o
../hextool -cmp=ok < test2.o
clean:
rm -f *.o

View File

@ -0,0 +1,6 @@
.text
jsr LIB6502-3

View File

@ -0,0 +1,9 @@
#define flib2osa_r LIB6502-3
.text
jsr flib2osa_r