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

17 lines
339 B
Plaintext
Raw 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.HEART.IN",plain
2020-11-24 00:05:51 +00:00
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
jsr iReverseCoordinates2Bit
2020-11-24 00:05:51 +00:00
Start
2024-05-29 00:59:33 +00:00
jmp iDHGRPrecomputed2Bit
2020-11-24 00:05:51 +00:00
CoordinatesFile
+PSTRING "HEART.DATA"