mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +00:00
31 lines
355 B
PHP
31 lines
355 B
PHP
;=========================
|
|
; zero page
|
|
;=========================
|
|
|
|
; ZX02 addresses
|
|
|
|
ZP=$00
|
|
|
|
offset = ZP+0
|
|
ZX0_src = ZP+2
|
|
ZX0_dst = ZP+4
|
|
bitr = ZP+6
|
|
pntr = ZP+7
|
|
|
|
|
|
GBASL = $26
|
|
GBASH = $27
|
|
V2 = $2D
|
|
|
|
APPLEII_MODEL = $8B
|
|
|
|
HGRPAGE = $E6
|
|
|
|
MB_VALUE = $F5
|
|
MB_ADDR_L = $F6
|
|
MB_ADDR_H = $F7
|
|
YPOS = $FE
|
|
TCOLOR = $FF
|
|
|
|
|