1
0
mirror of https://github.com/fachat/xa65.git synced 2025-08-16 11:27:20 +00:00

Merge remote-tracking branch 'origin/5-neg-offset' into xa-2.3.9+

This commit is contained in:
Andre Fachat
2019-11-03 19:12:51 +01:00
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