From c52db9e6c1a0063339223b4bec9e58d50a041a15 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 5 Jan 2021 15:35:01 -0500 Subject: [PATCH] asm_routines: add README --- asm_routines/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 asm_routines/README diff --git a/asm_routines/README b/asm_routines/README new file mode 100644 index 00000000..b0f2fb02 --- /dev/null +++ b/asm_routines/README @@ -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