Allocate own zp pointer for conio implementation
This commit is contained in:
11
libsrc/atari7800/extzp.s
Normal file
11
libsrc/atari7800/extzp.s
Normal file
@@ -0,0 +1,11 @@
|
||||
;
|
||||
; Karri Kaksonen, 2022-04-05
|
||||
;
|
||||
; zeropage locations for exclusive use by the library
|
||||
;
|
||||
|
||||
.include "extzp.inc"
|
||||
|
||||
.segment "EXTZP" : zeropage
|
||||
|
||||
ptr7800: .res 2
|
||||
Reference in New Issue
Block a user