2000-05-28 13:40:48 +00:00
|
|
|
;
|
2021-01-13 03:20:19 -05:00
|
|
|
; 1999-06-03, Ullrich von Bassewitz
|
|
|
|
; 2021-01-12, Greg King
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2012-03-04 13:08:54 +00:00
|
|
|
; unsigned char cbm_k_readst (void);
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
|
2018-07-03 22:47:42 +03:00
|
|
|
.include "cbm.inc"
|
2018-07-04 17:40:28 +03:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _cbm_k_readst
|
2002-11-19 23:02:47 +00:00
|
|
|
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2004-01-09 17:39:55 +00:00
|
|
|
_cbm_k_readst:
|
2021-01-13 03:20:19 -05:00
|
|
|
ldx #>$0000
|
|
|
|
jmp READST
|