2019-09-27 03:38:51 -04:00
|
|
|
;
|
2019-11-16 13:11:40 -05:00
|
|
|
; 2019-11-05, Greg King
|
2019-09-27 03:38:51 -04:00
|
|
|
;
|
|
|
|
|
2019-11-16 13:11:40 -05:00
|
|
|
.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
|