mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
14 lines
294 B
PHP
14 lines
294 B
PHP
;
|
|
; Atari XL, shared data between 2nd load chunk and main chunk, header file
|
|
;
|
|
; Contains old values of modified system variables and ports.
|
|
;
|
|
; Christian Groessler, chris@groessler.org, 2013
|
|
;
|
|
|
|
.import SAVMSC_save
|
|
.import MEMTOP_save
|
|
.import APPMHI_save
|
|
.import RAMTOP_save
|
|
.import PORTB_save
|