dos33fsprogs/demos/lovebyte2023/field_16
Vince Weaver 83cdf2509f lovebyte: update the documentation 2023-02-12 21:20:37 -05:00
..
Makefile lovebyte: more fine tuning 2023-01-29 20:10:59 -05:00
README lovebyte: update the documentation 2023-02-12 21:20:37 -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
monitor.txt lovebyte: update the documentation 2023-02-12 21:20:37 -05:00

README

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 $F6F5
which makes it easy to load, though it is a byte bigger than
the minimum because I need a DEX instruction to get the address right.