mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Exported the direct Kernal entries that were moved from target headers to "cbm_kernal.inc".
This commit is contained in:
+4
-1
@@ -1,11 +1,14 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 19.11.2002
|
||||
;
|
||||
; C16 kernal functions
|
||||
; C16 Kernal functions
|
||||
;
|
||||
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CLRSCR
|
||||
.export KBDREAD
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
.export RAMTAS
|
||||
|
||||
Reference in New Issue
Block a user