Commodore 64 Memory Maps (Various Authors)
Commodore 64 Memory Maps (Various Authors)
Document names are limited to the 8.3 file convention of DOS. The
first characters of the file name are an abbreviation of the original
document name. The version number of the etext follows next. After
that a letter may appear to indicate the particular source of the
document. Finally, the document is given a .TXT extension.
*********
Commodore_64_IO_Maps.doc
Commodore_64_Memory_Maps.txt
Commodore_64_RAM_Memory_Map.doc
Commodore_64_ROM_Memory_Map.doc
Commodore_64_ROM_Memory_Map.txt
*********
*********
; Commodore 64 I/O Map
; V1.1 1 Jun 1994
1 Timer B Interrupt
0 Timer A Interrupt
*********
*********
*********
ADDRESS
LABEL HEX DEC DESCRIPTION
----------------------------------------------------------------------------
D6510 0000 0 6510 On-chip Data Direction Register.
R6510 0001 1 6510 On-chip 8-bit Input/Output Register.
TEMP 0002 2 Unused. Free for user programs.
ADRAY1 0003-0004 3 Jump Vector: Convert FAC to Integer in (A/Y)
($B1AA).
ADRAY2 0005-0006 5 Jump Vector: Convert Integer in (A/Y) to
Floating point in (FAC); ($B391).
CHARAC 0007 7 Search Character/Temporary Integer during INT.
ENDCHR 0008 8 Flag: Scan for Quote at end of String.
INTEGR 0007-0008 7 Temporary Integer during OR/AND.
TRMPOS 0009 9 Screen Column for last TAB.
VERCK 000A 10 Flag: 0 = Load, 1 = Verify.
COUNT 000B 11 Input Buffer Pointer/Number of Subscripts.
DIMFLG 000C 12 Flag: Default Array dimension.
VALTYP 000D 13 Data type Flag: $00 = Numeric, $FF = String.
INTFLG 000E 14 Data type Flag: $00 = Floating point, $80 =
Integer.
GARBFL 000F 15 Flag: DATA scan/List Quote/Garbage collection.
SUBFLG 0010 16 Flag: Subscript reference/User Function call.
INPFLG 0011 17 Input Flag: $00 = INPUT, $40 = GET, $98 =
READ.
TANSGN 0012 18 Flag: TAN sign/Comparative result.
CHANNL 0013 19 File number of current Input Device.
LINNUM 0014-0015 20 Temporary: Integer value.
TEMPPT 0016 22 Pointer: Temporary String Stack.
LASTPT 0017-0018 23 Last temporary String Address.
TEMPST 0019-0021 25 Stack for temporary Strings.
INDEX 0022-0025 34 Utility Pointer Area.
INDEX1 0022-0023 34 First Utility Pointer.
INDEX2 0024-0025 36 Secong Utility Pointer.
RESHO 0026-002A 38 Floating point product of Multiply and
Divide.
TXTTAB 002B-002C 43 Pointer: Start of BASIC Text Area ($0801).
VARTAB 002D-002E 45 Pointer: Start of BASIC Variables.
ARYTAB 002F-0030 47 Pointer: Start of BASIC Arrays.
STREND 0031-0032 49 Pointer: End of BASIC Arrays + 1.
FRETOP 0033-0034 51 Pointer: Bottom of String space.
FRESPC 0035-0036 53 Utility String Pointer.
MEMSIZ 0037-0038 55 Pointer: Highest Address available to BASIC
($A000).
CURLIN 0039-003A 57 Current BASIC Line number.
OLDLIN 003B-003C 59 Previous BASIC Line number.
OLDTXT 003D-003E 61 Pointer: BASIC Statement for CONT.
DATLIN 003F-0040 63 Current DATA Line number.
DATPTR 0041-0042 65 Pointer: Used by READ - current DATA Item
Address.
INPPTR 0043-0044 67 Pointer: Temporary storage of Pointer during
INPUT Routine.
VARNAM 0045-0046 69 Name of Variable being sought in Variable
Table.
VARPNT 0047-0048 71 Pointer: to value of (VARNAM) if Integer, to
descriptor if String.
FORPNT 0049-004A 73 Pointer: Index Variable for FOR/NEXT loop.
VARTXT 004B-004C 75 Temporary storage for TXTPTR during READ,
INPUT and GET.
OPMASK 004D 77 Mask used during FRMEVL.
TEMPF3 004E-0052 78 Temporary storage for FLPT value.
FOUR6 0053 83 Length of String Variable during Garbege
collection.
JMPER 0054-0056 84 Jump Vector used in Function Evaluation -
JMP followed by Address ($4C,$LB,$MB).
TEMPF1 0057-005B 87 Temporary storage for FLPT value.
TEMPF2 005C-0060 92 Temporary storage for FLPT value.
FAC 0061-0066 97 Main Floating point Accumulator.
FACEXP 0061 97 FAC Exponent.
FACHO 0062-0065 98 FAC Mantissa.
FACSGN 0066 102 FAC Sign.
SGNFLG 0067 103 Pointer: Series Evaluation Constant.
BITS 0068 104 Bit Overflow Area during normalisation
Routine.
AFAC 0069-006E 105 Auxiliary Floating point Accumulator.
ARGEXP 0069 105 AFAC Exponent.
ARGHO 006A-006D 106 AFAC Mantissa.
ARGSGN 006E 110 AFAC Sign.
ARISGN 006F 111 Sign of result of Arithmetic Evaluation.
FACOV 0070 112 FAC low-order rounding.
FBUFPT 0071-0072 113 Pointer: Used during CRUNCH/ASCII conversion.
CHRGET 0073-008A 115 Subroutine: Get next Byte of BASIC Text.
,0073 INC $7A ,0082 BEQ $0073
,0075 BNE $0079 ,0084 SEC
,0077 INC $7B ,0085 SBC #$30
! ,0079 LDA $0801 ,0087 SEC
,007C CMP #$3A ,0088 SBC #$D0
,007E BCS $008A ,008A RTS
,0080 CMP #$20
CHRGOT 0079 121 Entry to Get same Byte again.
TXTPTR 007A-007B 122 Pointer: Current Byte of BASIC Text.
RNDX 008B-008F 139 Floating RND Function Seed Value.
STATUS 0090 144 Kernal I/O Status Word ST.
STKEY 0091 145 Flag: $7F = STOP key.
SVXT 0092 146 Timing Constant for Tape.
VERCKK 0093 147 Flag: 0 = Load, 1 = Verify.
C3PO 0094 148 Flag: Serial Bus - Output Character buffered.
BSOUR 0095 149 Buffered Character for Serial Bus.
SYNO 0096 150 Cassette Sync. number.
TEMPX 0097 151 Temporary storage of X Register during CHRIN.
TEMPY 0097 151 Temporary storage of Y Register during RS232
fetch.
LDTND 0098 152 Number of Open Files/Index to File Table.
DFLTN 0099 153 Default Input Device (0).
DFLTO 009A 154 Default Output Device (3).
PRTY 009B 155 Parity of Byte Output to Tape.
DPSW 009C 156 Flag: Byte received from Tape.
MSGFLG 009D 157 Flag: $00 = Program mode: Suppress Error
Messages, $40 = Kernal Error Messages only,
$80 = Direct mode: Full Error Messages.
FNMIDX 009E 158 Index to Cassette File name/Header ID for
Tape write.
PTR1 009E 158 Tape Error log pass 1.
PTR2 009F 159 Tape Error log pass 2.
TIME 00A0-00A2 160 Real-time jiffy Clock (Updated by IRQ
Interrupt approx. every 1/60 of Second);
Update Routine: UDTIMK ($F69B).
TSFCNT 00A3 163 Bit Counter Tape Read or Write/Serial Bus
EOI (End Of Input) Flag.
TBTCNT 00A4 164 Pulse Counter Tape Read or Write/Serial Bus
shift Counter.
CNTDN 00A5 165 Tape Synchronising count down.
BUFPNT 00A6 166 Pointer: Tape I/O buffer.
INBIT 00A7 167 RS232 temporary for received Bit/Tape
temporary.
BITC1 00A8 168 RS232 Input Bit count/Tape temporary.
RINONE 00A9 169 RS232 Flag: Start Bit check/Tape temporary.
RIDATA 00AA 170 RS232 Input Byte Buffer/Tape temporary.
RIPRTY 00AB 171 RS232 Input parity/Tape temporary.
SAL 00AC-00AD 172 Pointer: Tape Buffer/Screen scrolling.
EAL 00AE-00AF 174 Tape End Address/End of Program.
CMPO 00B0-00B1 176 Tape timing Constants.
TAPE1 00B2-00B3 178 Pointer: Start Address of Tape Buffer ($033C).
BITTS 00B4 180 RS232 Write bit count/Tape Read timing Flag.
NXTBIT 00B5 181 RS232 Next Bit to send/Tape Read - End of
Tape.
RODATA 00B6 182 RS232 Output Byte Buffer/Tape Read Error Flag.
FNLEN 00B7 183 Number of Characters in Filename.
LA 00B8 184 Current File - Logical File number.
SA 00B9 185 Current File - Secondary Address.
FA 00BA 186 Current File - First Address (Device number).
OPEN LA,FA,SA; OPEN 1,8,15,"I0":CLOSE 1
FNADR 00BB-00BC 187 Pointer: Current File name Address.
ROPRTY 00BD 189 RS232 Output Parity/Tape Byte to be Input or
Output.
FSBLK 00BE 190 Tape Input/Output Block count.
MYCH 00BF 191 Serial Word Buffer.
CAS1 00C0 192 Tape Motor Switch.
STAL 00C1-00C2 193 Start Address for LOAD and Cassette Write.
MEMUSS 00C3-00C4 195 Pointer: Type 3 Tape LOAD and general use.
LSTX 00C5 197 Matrix value of last Key pressed; No Key = $40.
NDX 00C6 198 Number of Characters in Keyboard Buffer
queue.
RVS 00C7 199 Flag: Reverse On/Off; On = $01, Off = $00.
INDX 00C8 200 Pointer: End of Line for Input (Used to
suppress trailing spaces).
LXSP 00C9-00CA 201 Cursor X/Y (Line/Column) position at start of
Input.
SFDX 00CB 203 Flag: Print shifted Characters.
BLNSW 00CC 204 Flag: Cursor blink; $00 = Enabled, $01 =
Disabled.
BLNCT 00CD 205 Timer: Count down for Cursor blink toggle.
GDBLN 00CE 206 Character under Cursor while Cursor Inverted.
BLNON 00CF 207 Flag: Cursor Status; $00 = Off, $01 = On.
CRSW 00D0 208 Flag: Input from Screen = $03, or Keyboard =
$00.
PNT 00D1-00D2 209 Pointer: Current Screen Line Address.
PNTR 00D3 211 Cursor Column on current Line, including
Wrap-round Line, if any.
QTSW 00D4 212 Flag: Editor in Quote Mode; $00 = Not.
LNMX 00D5 213 Current logical Line length: 39 or 79.
TBLX 00D6 214 Current Screen Line number of Cursor.
SCHAR 00D7 215 Screen value of current Input Character/Last
Character Output.
INSRT 00D8 216 Count of number of inserts outstanding.
LDTB1 00D9-00F2 217 Screen Line link Table/Editor temporaries.
High Byte of Line Screen Memory Location.
USER 00F3-00F4 243 Pointer: Current Colour RAM Location.
KEYTAB 00F5-00F6 245 Vector: Current Keyboard decoding Table.
($EB81)
RIBUF 00F7-00F8 247 RS232 Input Buffer Pointer.
ROBUF 00F9-00FA 249 RS232 Output Buffer Pointer.
FREKZP 00FB-00FE 251 Free Zero Page space for User Programs.
BASZPT 00FF 255 BASIC temporary Data Area.
ASCWRK 00FF-010A 255 Assembly Area for Floating point to ASCII
conversion.
BAD 0100-013E 256 Tape Input Error log.
STACK 0100-01FF 256 6510 Hardware Stack Area.
BSTACK 013F-01FF 319 BASIC Stack Area.
BUF 0200-0258 512 BASIC Input Buffer (Input Line from Screen).
LAT 0259-0262 601 Kernal Table: Active logical File numbers.
FAT 0263-026C 611 Kernal Table: Active File First Addresses
(Device numbers).
SAT 026D-0276 621 Kernal Table: Active File Secondary
Addresses.
KEYD 0277-0280 631 Keyboard Buffer Queue (FIFO).
MEMSTR 0281-0282 641 Pointer: Bottom of Memory for Operating
System ($0800).
MEMSIZ 0283-0284 643 Pointer: Top of Memory for Operating
System ($A000).
TIMOUT 0285 645 Serial IEEE Bus timeout defeat Flag.
COLOR 0286 646 Current Character Colour code.
GDCOL 0287 647 Background Colour under Cursor.
HIBASE 0288 648 High Byte of Screen Memory Address ($04).
XMAX 0289 649 Maximum number of Bytes in Keyboard
Buffer ($0A).
RPTFLG 028A 650 Flag: Repeat keys; $00 = Cursors, INST/DEL &
Space repeat, $40 no Keys repeat, $80 all
Keys repeat ($00).
KOUNT 028B 651 Repeat Key: Speed Counter ($04).
DELAY 028C 652 Repeat Key: First repeat delay Counter ($10).
SHFLAG 028D 653 Flag: Shift Keys: Bit 1 = Shift, Bit 2 = CBM,
Bit 3 = CTRL; ($00 = None, $01 = Shift, etc.).
LSTSHF 028E 654 Last Shift Key used for debouncing.
KEYLOG 028F-0290 655 Vector: Routine to determine Keyboard table
to use based on Shift Key Pattern ($EB48).
MODE 0291 657 Flag: Upper/Lower Case change: $00 = Disabled,
$80 = Enabled ($00).
AUTODN 0292 658 Flag: Auto scroll down: $00 = Disabled ($00).
M51CTR 0293 659 RS232 Pseudo 6551 control Register Image.
M51CDR 0294 660 RS232 Pseudo 6551 command Register Image.
M51AJB 0295-0296 661 RS232 Non-standard Bits/Second.
RSSTAT 0297 663 RS232 Pseudo 6551 Status Register Image.
BITNUM 0298 664 RS232 Number of Bits left to send.
BAUDOF 0299-029A 665 RS232 Baud Rate; Full Bit time microseconds.
RIDBE 029B 667 RS232 Index to End of Input Buffer.
RIDBS 029C 668 RS232 Pointer: High Byte of Address of Input
Buffer.
RODBS 029D 669 RS232 Pointer: High Byte of Address of Output
Buffer.
RODBE 029E 670 RS232 Index to End of Output Buffer.
IRQTMP 029F-02A0 671 Temporary store for IRQ Vector during Tape
operations.
ENABL 02A1 673 RS232 Enables.
TODSNS 02A2 674 TOD sense during Tape I/O.
TRDTMP 02A3 675 Temporary storage during Tape READ.
TD1IRQ 02A4 676 Temporary D1IRQ Indicator during Tape READ.
TLNIDX 02A5 677 Temporary for Line Index.
TVSFLG 02A6 678 Flag: TV Standard: $00 = NTSC, $01 = PAL.
TEMP 02A7-02FF 679 Unused.
SPR11 02C0-02FE 704 Sprite #11 Data Area.
(SCREEN + $03F8 + SPR number)
POKE 1024+1016+0,11 to use Sprite#0 DATA
from ($02C0-$02FE).
IERROR 0300-0301 768 Vector: Indirect entry to BASIC Error
Message, (X) points to Message ($E38B).
IMAIN 0302-0303 770 Vector: Indirect entry to BASIC Input Line
and Decode ($A483).
ICRNCH 0304-0305 772 Vector: Indirect entry to BASIC Tokenise
Routine ($A57C).
IQPLOP 0306-0307 774 Vector: Indirect entry to BASIC LIST
Routine ($A71A).
IGONE 0308-0309 776 Vector: Indirect entry to BASIC Character
dispatch Routine ($A7E4).
IEVAL 030A-030B 778 Vector: Indirect entry to BASIC Token
evaluation ($AE86).
SAREG 030C 780 Storage for 6510 Accumulator during SYS.
SXREG 030D 781 Storage for 6510 X-Register during SYS.
SYREG 030E 782 Storage for 6510 Y-Register during SYS.
SPREG 030F 783 Storage for 6510 Status Register during SYS.
USRPOK 0310 784 USR Function JMP Instruction ($4C).
USRADD 0311-0312 785 USR Address ($LB,$MB).
TEMP 0313 787 Unused.
CINV 0314-0315 788 Vector: Hardware IRQ Interrupt Address ($EA31).
CNBINV 0316-0317 790 Vector: BRK Instruction Interrupt Address
($FE66).
NMINV 0318-0319 792 Vector: Hardware NMI Interrupt Address ($FE47).
IOPEN 031A-031B 794 Vector: Indirect entry to Kernal OPEN
Routine ($F34A).
ICLOSE 031C-031D 796 Vector: Indirect entry to Kernal CLOSE
Routine ($F291).
ICHKIN 031E-031F 798 Vector: Indirect entry to Kernal CHKIN
Routine ($F20E).
ICKOUT 0320-0321 800 Vector: Indirect entry to Kernal CHKOUT
Routine ($F250).
ICLRCH 0322-0323 802 Vector: Indirect entry to Kernal CLRCHN
Routine ($F333).
IBASIN 0324-0325 804 Vector: Indirect entry to Kernal CHRIN
Routine ($F157).
IBSOUT 0326-0327 806 Vector: Indirect entry to Kernal CHROUT
Routine ($F1CA).
ISTOP 0328-0329 808 Vector: Indirect entry to Kernal STOP
Routine ($F6ED).
IGETIN 032A-032B 810 Vector: Indirect entry to Kernal GETIN
Routine ($F13E).
ICLALL 032C-032D 812 Vector: Indirect entry to Kernal CLALL
Routine ($F32F).
USRCMD 032E-032F 814 User Defined Vector ($FE66).
ILOAD 0330-0331 816 Vector: Indirect entry to Kernal LOAD
Routine ($F4A5).
ISAVE 0332-0333 818 Vector: Indirect entry to Kernal SAVE
Routine ($F5ED).
TEMP 0334-033B 820 Unused.
TBUFFR 033C-03FB 828 Tape I/O Buffer.
SPR13 0340-037E 832 Sprite #13.
SPR14 0380-03BE 896 Sprite #14.
SPR15 03C0-03FE 960 Sprite #15.
TEMP 03FC-03FF 1020 Unused.
VICSCN 0400-07E7 1024 Default Screen Video Matrix.
TEMP 07E8-07F7 2024 Unused.
SPNTRS 07F8-07FF 2040 Default Sprite Data Pointers.
1 Timer B Interrupt
0 Timer A Interrupt
DD0E 56590 CIA Control Register A
*********
*********
*********
BAUDOF 0299-029A 665-666 RS-232 Baud Rate: Full Bit Time (us)
RIDBE 029B 667 RS-232 Index to End of Input Buffer
RIDBS 029C 668 RS-232 Start of Input Buffer (Page)
RODBS 029D 669 RS-232 Start of Output Buffer (Page)
RODBE 029E 670 RS-232 Index to End of Output Buffer
IRQTMP 029F-02A0 671-672 Holds IRQ Vector During Tape I/O
ENABL 02A1 673 RS-232 Enables
02A2 674 TOD Sense During Cassette I/O
02A3 675 Temp Storage For Cassette Read
02A4 676 Temp D1 IRQ Indicator For Cassette Read
02A5 677 Temp For Line Index
02A6 678 PAL/NTSC Flag, O= NTSC, 1 = PAL
02A7-02FF 679-767 Unused
IERROR 0300-0301 768-769 Vector: Print BASIC Error Message
IMAIN 0302-0303 770-771 Vector: BASIC Warm Start
ICRNCH 0304-0305 772-773 Vector: Tokenize BASIC Text
IQPLOP 0306-0307 774-775 Vector: BASIC Text LIST
IGONE 0308-0309 776-777 Vector: BASIC Char. Dispatch
IEVAL 030A-030B 778-779 Vector: BASIC Token Evaluation
SAREG 030C 780 Storage for 6502 .A Register
SXREG 030D 781 Storage for 5502 .X Register
*********
*********
*********
;
; Data types in headers (for reassembler):
;
; DATA Misc data
; TEXT String terminated with 00
; WORD Vectors in LO/HI byte pairs
; CHIP I/O Area
; EMPTY ROM containing FF's or AA's
;
;
; BASIC interpreter ROM ($A000 - $BFFF)
;
;fff6 Vectors
fff6 [5252] -
fff8 [5942] SYSTEM
*********
*********
*********
; ---<C64rom.lib>---
;
; Commodore 64 ROM Memory Map
;
; BASIC interpreter ROM ($A000 - $BFFF)
;
; label address type comments
restart = $a000
stmdsp = $a00c
fundsp = $a052
optab = $a080
reslst = $a09e
msclst = $a129
oplist = $a140
funlst = $a14d
errtab = $a19e
errptr = $a328
okk = $a364
fndfor = $a38a
bltu = $a3b8
getstk = $a3fb
reason = $a408
omerr = $a435
error = $a437
errfin = $a469
ready = $a474
main = $a480
main1 = $a49c
inslin = $a4a2
linkprg = $a533
inlin = $a560
crunch = $a579
fndlin = $a613
scrtch = $a642
clear = $a65e
stxpt = $a68e
list = $a69c
qplop = $a717
for = $a742
newstt = $a7ae
ckeol = $a7c4
gone = $a7e1
gone3 = $a7ed
restor = $a81d
stop = $a82c
cont = $a857
run = $a871
gosub = $a883
goto = $a8a0
return = $a8d2
data = $a8f8
datan = $a906
if = $a928
rem = $a93b
ongoto = $a94b
linget = $a96b
let = $a9a5
putint = $a9c4
ptflpt = $a9d6
putstr = $a9d9
puttim = $a9e3
getspt = $aa2c
printn = $aa80
cmd = $aa86
strdon = $aa9a
print = $aaa0
varop = $aab8
crdo = $aad7
comprt = $aae8
strout = $ab1e
outspc = $ab3b
doagin = $ab4d
get = $ab7b
inputn = $aba5
input = $abbf
bufful = $abea
qinlin = $abf9
read = $ac06
rdget = $ac35
exint = $acfc
next = $ad1e
donext = $ad61
frmnum = $ad8a
frmevl = $ad9e
eval = $ae83
pival = $aea8
qdot = $aead
parchk = $aef1
chkcls = $aef7
synerr = $af08
domin = $af0d
rsvvar = $af14
isvar = $af28
tisasc = $af48
isfun = $afa7
strfun = $afb1
numfun = $afd1
orop = $afe6
dorel = $b016
numrel = $b01b
strrel = $b02e
dim = $b07e
ptrget = $b08b
ordvar = $b0e7
isletc = $b113
notfns = $b11d
notevl = $b128
aryget = $b194
n32768 = $b1a5 data
facinx = $b1aa
intidx = $b1b2
ayint = $b1bf
isary = $b1d1
fndary = $b218
bserr = $b245
notfdd = $b261
inlpn2 = $b30e
umult = $b34c
fre = $b37d
givayf = $b391
pos = $b39e
errdir = $b3a6
def = $b3b3
getfnm = $b3e1
fndoer = $b3f4
strd = $b465
strlit = $b487
putnw1 = $b4d5
getspa = $b4f4
garbag = $b526
dvars = $b5bd
grbpas = $b606
cat = $b63d
movins = $b67a
frestr = $b6a3
frefac = $b6db
chrd = $b6ec
leftd = $b700
rightd = $b72c
midd = $b737
pream = $b761
len = $b77c
len1 = $b782
asc = $b78b
gtbytc = $b79b
val = $b7ad
strval = $b7b5
getnum = $b7eb
getadr = $b7f7
peek = $b80d
poke = $b824
wait = $b82d
faddh = $b849
fsub = $b850
fadd5 = $b862
fadd = $b867
negfac = $b947
overr = $b97e
mulshf = $b983
fone = $b9bc data
log = $b9ea
fmult = $ba28
mulply = $ba59
conupk = $ba8c
muldiv = $bab7
mldvex = $bad4
mul10 = $bae2
tenc = $baf9 data
div10 = $bafe
fdiv = $bb07
fdivt = $bb0f
movfm = $bba2
mov2f = $bbc7
movfa = $bbfc
movaf = $bc0c
round = $bc1b
sign = $bc2b
sgn = $bc39
abs = $bc58
fcomp = $bc5b
qint = $bc9b
int = $bccc
fin = $bcf3
n0999 = $bdb3 data
inprt = $bdc2
fout = $bddd
foutim = $be68
fhalf = $bf11 data
sqr = $bf71
fpwrt = $bf7b
negop = $bfb4
logeb2 = $bfbf data
exp = $bfed
;
;
; C64 KERNEL ROM
;
(exp = $e000
polyx = $e043
rmulc = $e08d data
rnd = $e097
bioerr = $e0f9
bchout = $e10c
bchin = $e112
bckout = $e118
bckin = $e11e
bgetin = $e124
sys = $e12a
savet = $e156
verfyt = $e165
opent = $e1be
closet = $e1c7
slpara = $e1d4
combyt = $e200
deflt = $e206
cmmerr = $e20e
ocpara = $e219
cos = $e264
sin = $e26b
tan = $e2b4
pi2 = $e2e0 data
atn = $e30e
atncon = $e33e data
bassft = $e37b
init = $e394
initat = $e3a2
rndsed = $e3ba
initcz = $e3bf
initms = $e422
bvtrs = $e447 data
initv = $e453
words = $e45f
- = $e4ad
- = $e4b7 illegal
- = $e4da
- = $e4e0
- = $e4ec data
iobase = $e500
screen = $e505
plot = $e50a
cint1 = $e518
- = $e544
- = $e566
- = $e56c
= ;
- = $e59a
lp2 = $e5b4
- = $e5ca
- = $e632
- = $e684
- = $e691
- = $e6b6
- = $e6ed
- = $e701
- = $e716
- = $e87c
- = $e891
- = $e8a1
- = $eacb
- = $e8da
- = $e8ea
- = $e965
- = $e9c8
- = $e9e0
- = $e9f0
- = $e9ff
- = $ea13
- = $ea24
- = $ea31
scnkey = $ea87
- = $eadd data
- = $eb79 data
- = $eb81 data
- = $ebc2 data
- = $ec03
- = $ec44 data
- = $ec78 data
- = $ecb9
- = $ece7 data
- = $ecf0
talk = $ed09
- = $ed40
- = $edad
second = $edb9
- = $edbe
tksa = $edc7
- = $edcc
ciout = $eddd
untlk = $edef
acptr = $ee13
- = $ee85
- = $ee8e
- = $ee97
- = $eea0
- = $eea9
- = $eeb3
- = $eebb
- = $ef06
- = $ef2e
- = $ef39
- = $ef4a
- = $ef59
- = $ef7e
- = $ef90
- = $efe1
- = $f00d
- = $f017
- = $f04d
- = $f086
- = $f0a4
- = $f0bd
- = $f128
getin = $f13e
chrin = $f157
- = $f199
chrout = $f1ca
chkin = $f20e
chkout = $f250
close = $f291
- = $f30f
- = $f31f
clall = $f32f
clrchn = $f333
open = $f34a
- = $f3d5
- = $f409
load = $f49e
;
;--------------
;
save = $f5dd
udtim = $f69b
rdtim = $f6dd
settim = $f6e4
stop = $f6ed
restor = $fd15
vector = $fd1a
ramtas = $fd50
ioinit = $fda3
setnam = $fdf9
setlfs = $fe00
readst = $fe07
setmsg = $fe18
settmo = $fe21
memtop = $fe25
membot = $fe34
cint = $fe58
;
;
; C64 KERNEL call addresses
;
acptr = $ffa5
chkin = $ffc6
chkout = $ffc9
chrin = $ffcf
chrout = $ffd2
ciout = $ffa8
cint = $ff81
clall = $ffe7
close = $ffc3
clrchn = $ffcc
getin = $ffe4
iobase = $fff3
ioinit = $ff84
listen = $ffb1
load = $ffd5
membot = $ff9c
memtop = $ff99
open = $ffc0
plot = $fff0
ramtas = $ff87
rdtim = $ffde
readst = $ffb7
restor = $ff8a
save = $ffd8
scnkey = $ff9f
screen = $ffed
second = $ff93
setlfs = $ffba
setmsg = $ff90
setnam = $ffbd
settim = $ffdb
settmo = $ffa2
stop = $ffe1
talk = $ffb4
tksa = $ff96
udtim = $ffea
unlsn = $ffae
untlk = $ffab
vector = $ff8d
;
*********
*********
*********