asm_routines: add README

This commit is contained in:
Vince Weaver 2021-01-05 15:35:01 -05:00
parent 8d9dfb5f00
commit c52db9e6c1
1 changed files with 9 additions and 0 deletions

9
asm_routines/README Normal file
View File

@ -0,0 +1,9 @@
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