mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Exported the direct Kernal entries that were moved from target headers to "cbm_kernal.inc".
This commit is contained in:
@@ -1,11 +1,20 @@
|
|||||||
;
|
;
|
||||||
; Ullrich von Bassewitz, 19.11.2002
|
; Ullrich von Bassewitz, 19.11.2002
|
||||||
;
|
;
|
||||||
; C128 kernal functions
|
; C128 Kernal functions
|
||||||
;
|
;
|
||||||
|
|
||||||
.include "cbm_kernal.inc"
|
.include "cbm_kernal.inc"
|
||||||
|
|
||||||
|
.export KBDREAD
|
||||||
|
.export CLRSCR
|
||||||
|
.export PRINT
|
||||||
|
.export NEWLINE
|
||||||
|
.export CURS_SET
|
||||||
|
.export CURS_ON
|
||||||
|
.export CURS_OFF
|
||||||
|
.export NMIEXIT
|
||||||
|
|
||||||
.export C64MODE
|
.export C64MODE
|
||||||
.export SWAPPER
|
.export SWAPPER
|
||||||
.export SETBNK
|
.export SETBNK
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
;
|
;
|
||||||
; Ullrich von Bassewitz, 19.11.2002
|
; Ullrich von Bassewitz, 19.11.2002
|
||||||
;
|
;
|
||||||
; C16 kernal functions
|
; C16 Kernal functions
|
||||||
;
|
;
|
||||||
|
|
||||||
.include "cbm_kernal.inc"
|
.include "cbm_kernal.inc"
|
||||||
|
|
||||||
|
.export CLRSCR
|
||||||
|
.export KBDREAD
|
||||||
|
|
||||||
.export CINT
|
.export CINT
|
||||||
.export IOINIT
|
.export IOINIT
|
||||||
.export RAMTAS
|
.export RAMTAS
|
||||||
|
@@ -1,11 +1,16 @@
|
|||||||
;
|
;
|
||||||
; Ullrich von Bassewitz, 19.11.2002
|
; Ullrich von Bassewitz, 19.11.2002
|
||||||
;
|
;
|
||||||
; C64 kernal functions
|
; C64 Kernal functions
|
||||||
;
|
;
|
||||||
|
|
||||||
.include "cbm_kernal.inc"
|
.include "cbm_kernal.inc"
|
||||||
|
|
||||||
|
.export CLRSCR
|
||||||
|
.export KBDREAD
|
||||||
|
.export UPDCRAMPTR
|
||||||
|
.export NMIEXIT
|
||||||
|
|
||||||
.export CINT
|
.export CINT
|
||||||
.export IOINIT
|
.export IOINIT
|
||||||
.export RAMTAS
|
.export RAMTAS
|
||||||
|
@@ -1,11 +1,15 @@
|
|||||||
;
|
;
|
||||||
; Ullrich von Bassewitz, 19.11.2002
|
; Ullrich von Bassewitz, 19.11.2002
|
||||||
;
|
;
|
||||||
; VIC20 kernal functions
|
; VIC20 Kernal functions
|
||||||
;
|
;
|
||||||
|
|
||||||
.include "cbm_kernal.inc"
|
.include "cbm_kernal.inc"
|
||||||
|
|
||||||
|
.export CLRSCR
|
||||||
|
.export KBDREAD
|
||||||
|
.export UPDCRAMPTR
|
||||||
|
|
||||||
.export CINT
|
.export CINT
|
||||||
.export IOINIT
|
.export IOINIT
|
||||||
.export RAMTAS
|
.export RAMTAS
|
||||||
|
Reference in New Issue
Block a user