dos33fsprogs/demos/lovebyte2023/field_16
2023-02-12 09:34:16 -05:00
..
apple2_e7_zp.inc demosplash: add field15 2023-01-28 21:54:13 -05:00
field16.s lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
file_id.diz lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
hello.bas lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
Makefile lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
monitor.txt demosplash: add field15 2023-01-28 21:54:13 -05:00
README lovebyte2023: update READMEs 2023-02-12 09:34:16 -05:00

This is yet another tiny Apple II hires/shapetable intro.

It loads at $E7 (HGR_SCALE) so that we set that value
for free from the first instruction (in this case JSR so $20).

I thought this result at times looked like a field of grain,
hence the name.

I found this one while doing a search of ROM values that were
easy to load the address for, but the results looked nice.
In this case the rotation and ROM address are $F6 and $F6F6
which makes it easy to load them in a small amount of space.