dos33fsprogs/asm_routines
2021-01-05 15:35:01 -05:00
..
bg_scroll.s
dos33_routines.s
gr_copy.s asm_routines: optimize gr_copy.s 2017-12-17 00:35:32 -05:00
gr_fade.s
gr_fast_clear.s
gr_hlin_double.s
gr_hlin.s
gr_offsets.s
gr_plot.s
gr_putsprite.s
gr_scroll.s
gr_setpage.s
gr_slow_clear.s
gr_unrle.s
gr_vlin.s
hgr_offsets.s
hgr_putsprite.s
hgr_slowclear.s
hgr.s
keypress_minimal.s
keypress.s
lz4_decode_step.s
lz4_decode.s
lzss_decompress.s mockingboard: update music one more time 2018-02-09 00:46:20 -05:00
Makefile
memset.s mode7: break out the utils into separate routines 2017-12-16 13:52:00 -05:00
mockingboard_a.s chiptune: shave 8 cycles off of dual 6522 write 2018-02-23 22:13:56 -05:00
mockingboard.s
multiply_fast.s
multiply_slow.s tfv: move fast multiply to common area 2017-12-16 14:17:33 -05:00
pageflip.s
random16.s
README
text_print.s split: work on credits demo 2018-07-05 00:38:29 -04:00

some common assembly language routines for Apple II

for a while I was using this as a shared core of common code

however it broke things when I'd improve the code and other locations
sharing the code would depend on the old behavior.

now I usually have copies of the code in each project, which of course
can get out of date, but don't run the risk of causing breakage