WIP alternate imul16
not working at present
This commit is contained in:
parent
839330edb3
commit
e3c80bff59
3 changed files with 116 additions and 13 deletions
8
Makefile
8
Makefile
|
|
@ -2,13 +2,17 @@
|
|||
|
||||
all : mandel.xex
|
||||
|
||||
%.xex : %.o
|
||||
ld65 -C atari-asm-xex.cfg -o $@ $<
|
||||
mandel.xex : mandel.o tables.o
|
||||
ld65 -C ./atari-asm-xex.cfg -o $@ $+
|
||||
|
||||
%.o : %.s
|
||||
ca65 -o $@ $<
|
||||
|
||||
tables.s : tables.js
|
||||
node tables.js > tables.s
|
||||
|
||||
clean :
|
||||
rm -f tables.s
|
||||
rm -f *.o
|
||||
rm -f *.xex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue