mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-18 06:10:15 +00:00
cf115c042e
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@10 4df02467-bbd4-4a76-a152-e7ce94205b78
33 lines
771 B
Plaintext
33 lines
771 B
Plaintext
;ACME 0.94.4
|
|
|
|
!ifdef lib_cbm_c128_kernel_a !eof
|
|
lib_cbm_c128_kernel_a = 1
|
|
|
|
; Taken from the web.
|
|
; Sorry, I can't give credit because I don't have the URL anymore.
|
|
|
|
k_spin_spout = $ff47
|
|
k_close_all = $ff4a
|
|
k_c64mode = $ff4d
|
|
k_dma_call = $ff50
|
|
k_boot_call = $ff53
|
|
k_phoenix = $ff56
|
|
k_lkupla = $ff59
|
|
k_lkupsa = $ff5c
|
|
k_swapper = $ff5f
|
|
k_dlchr = $ff62
|
|
k_pfkey = $ff65
|
|
k_setbnk = $ff68
|
|
k_getcfg = $ff6b
|
|
k_jsrfar = $ff6e
|
|
k_jmpfar = $ff71
|
|
k_indfet = $ff74
|
|
k_indsta = $ff77
|
|
k_indcmp = $ff7a
|
|
k_primm = $ff7d
|
|
k_release_number = $ff80
|
|
!source <cbm/kernel.a> ; $ff81-$fff5 is backward compatible to older machines
|
|
; $fff6/$fff7 are unused (ff ff)
|
|
k_indirect128mode = $fff8 ; indirect vector, without JMP command!
|
|
; $fffa through $ffff are cpu hardware vectors (see <6502/std.a>)
|