mirror of
https://github.com/bobbimanners/EightBall.git
synced 2024-11-01 00:05:14 +00:00
Forgot to add this for v0.77
This commit is contained in:
parent
6573b80928
commit
8765cfce25
11
eightballzp_a2e.S
Normal file
11
eightballzp_a2e.S
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
;
|
||||||
|
; Apple II zero page is used for pointer for indirect addressing
|
||||||
|
|
||||||
|
; $80-$9a are used by cc65 ZP segment so avoid this range
|
||||||
|
|
||||||
|
; Zero-page usage is documented in:
|
||||||
|
; ProDOS 8 Technical Reference Manual Section A.4
|
||||||
|
; The upper half of ZP is generally used by BASIC only, so we can use it.
|
||||||
|
|
||||||
|
.exportzp _addrptr := $a0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user