mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
17 lines
367 B
ArmAsm
17 lines
367 B
ArmAsm
;
|
|
; 2019-11-05, Greg King
|
|
;
|
|
|
|
.export ST: zp
|
|
|
|
.segment "EXTZP": zp
|
|
|
|
; This is a temporary hack.
|
|
|
|
; A zero-page copy of the IEC status byte.
|
|
; This is needed because the Commander X16's Kernal's status
|
|
; variable was moved out of the zero page. But, the common
|
|
; CBM file function modules import this as a zero-page variable.
|
|
|
|
ST: .res 1
|