asmgen/demo/transposed_fonts
Rob McMullen 35a33f86e1 Added support for arbitrarily wide and tall tiles
* common usage is probably 2x2 tiles, but can handle bigger
2018-07-24 19:20:14 -07:00
..
HELLO Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
Makefile Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
README Added README for demo directories 2018-07-24 10:21:50 -07:00
TEST1A.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
TEST1B.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
TEST1C.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
TEST1D.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
TEST2.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
TEST3.BIN Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
asmsgen_font_compare.dsk Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
driver.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
driver_2x2_tiles.s Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
driver_4x4_tiles.s Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
fatfont128.dat Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test1a--no_optimization.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test1b--incrementing_font_pointers.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test1c--assembly_lines_ch31.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test1d--self_modifying_code.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test2--compiled_font.s Reorganized demo directory structure` 2018-07-23 15:44:08 -07:00
test3--transposed_font.s Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
tiles2x2a.s Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00
tiles4x4a.s Added support for arbitrarily wide and tall tiles 2018-07-24 19:20:14 -07:00

README

This code is designed for the ATasm assembler, in MAC/65 format.

To run the Makefile, you will need atrcopy and pyatasm installed, i.e.:

    pip install atrcopy pyatasm