4cade/src/fx/fx.hgr.dither.mandelbrot.a
2024-05-29 14:41:36 -04:00

16 lines
309 B
Plaintext

;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.MANDEL",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.3bit.a"
+FX_INITONCE_3BIT CoordinatesFile, Start
Start
jmp iHGRDitherPrecomputed3Bit
CoordinatesFile
+PSTRING "MANDELBROT.DATA"