Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries.
This commit complements commit 98f8064b83.
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 19.11.2002
|
||||
;
|
||||
; BSOUT replacement function for the PETs
|
||||
; BSOUT/CHROUT replacement function for the PETs
|
||||
;
|
||||
|
||||
.export BSOUT
|
||||
.export CHROUT
|
||||
|
||||
.import checkst
|
||||
|
||||
|
||||
.proc BSOUT
|
||||
|
||||
jsr $FFD2 ; Call kernal function
|
||||
jsr $FFD2 ; Call Kernal function
|
||||
jmp checkst ; Check status, return carry on error
|
||||
|
||||
.endproc
|
||||
|
||||
CHROUT := BSOUT
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
.export CLRCH
|
||||
.export BASIN
|
||||
.export CHRIN
|
||||
.export STOP
|
||||
.export GETIN
|
||||
.export CLALL
|
||||
|
||||
Reference in New Issue
Block a user