4cade/src/fx/fx.dhgr.butterfly.in.a

19 lines
377 B
Plaintext
Raw Permalink Normal View History

2020-11-24 00:05:51 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.BFLY.IN",plain
2020-11-24 00:05:51 +00:00
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT FXCodeFile, CoordinatesFile, Start
jsr iReverseCoordinates2Bit
2020-11-24 00:05:51 +00:00
Start
jmp FXCode
2020-11-24 00:05:51 +00:00
FXCodeFile
+PSTRING "DHGR2"
2020-11-24 00:05:51 +00:00
CoordinatesFile
+PSTRING "BUTTERFLY.DATA"