COMMODORE PLUS/4 WORLD
  Home  Search  Games  Tapes  Covers  Cheats  Maps  Software  New Stuff 
 Hall Of Fame  Game Endings  Features  Solutions  Remakes  Publications  Magazines  Effects  Top List 
 Members  Groups  Plus/4 Encyclopedia  Hardware  Tools  Options  Forum 
Login
Plus/4 EncyclopediaFirstBackNextLast

KERNAL Routines
Category
Programming/Assembly

Topic
A short list of KERNAL jump table in a format that can be copy&pasted to your source code:


; 264 series only
defkey = $ff49
print = $ff4c
primm = $ff4f
monitor = $ff52

; 264 series and C64 (probably VIC-20 and other platforms too)
vidinit = $ff81
ioinit = $ff84
ramtest = $ff87
restorio = $ff8a
vector = $ff8d
setmsg = $ff90
second = $ff93
tksa = $ff96
memtop = $ff99
membot = $ff9c
scnkey = $ff9f
settmo = $ffa2
iecin = $ffa5
iecout = $ffa8
untalk = $ffab
unlisten = $ffae
listen = $ffb1
talk = $ffb4
readst = $ffb7
setlfs = $ffba
setnam = $ffbd
open = $ffc0
close = $ffc3
chkin = $ffc6
chkout = $ffc9
clrchans = $ffcc
chrin = $ffcf
chrout = $ffd2
load = $ffd5
save = $ffd8
settime = $ffdb
readtim = $ffde
stop = $ffe1
getchar = $ffe4
closeall = $ffe7
udtime = $ffea
scrnsize = $ffed
plot = $fff0
iobase = $fff3
reset = $fff6



Copyright © Plus/4 World Team, 2001-2013