1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-22 18:29:30 +00:00
cc65/libsrc/plus4
Curt J. Sampson 128991d868 libsrc/*/kplot.s: Use cbm_kernal.inc symbols, not hardcoded addrs
On C64, VIC-20 and Plus/4, the conio library PLOT routine uses direct
calls into the Kernal, including the Kernal PLOT routine that we're
replacing. These were previously hardcoded addresses; we change these
to use the symbols for those routines defined in cbm_kernal.inc. (This
changes no functionality.)

To do this, we need to import cbm_kernal.inc in a namespace so we
don't have a collision between the PLOT that we're defining and the
Kernal definition.

We also add a UPDCRAMPTR symbol (used by kplot for VIC-20 and C64) to
the direct entry kernal routines in in cbm_kernal.inc, and expand the
comments describing what the "direct entry" Kernal routines are.

<greg.king5@verizon.net> (GitHub: greg-king5) came up with this idea
and did initial testing of it.

This has been tested on VICE xvic, x64 and xplus4 emulators with a
program that does a cputs() call (github.com/0cjs/vic20cc65) to
confirm that it works the same way after as it did before.
2019-10-25 16:03:38 -04:00
..
joy
ser Added SER_ prefix. Whitespace cleanup 2018-11-26 22:14:31 +01:00
_scrsize.s
break.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
cgetc.s Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
clrscr.s Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
color.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
conio.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cputc.s
crt0.s
devnum.s
fast.s
get_tv.s
irq.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isfast.s
joy_stat_stddrv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joy_stddrv.s
kacptr.s
kbasin.s
kbhit.s
kbrepeat.s Removed dysfunctional kbrepeatdelay() and kbrepeatrate(). 2017-08-30 16:37:59 +02:00
kbsout.s
kchkin.s
kciout.s
kckout.s
kclall.s
kclose.s
kclrch.s
kiobase.s
klisten.s
kload.s
kopen.s
kplot.s libsrc/*/kplot.s: Use cbm_kernal.inc symbols, not hardcoded addrs 2019-10-25 16:03:38 -04:00
krdtim.s
kreadst.s
ksave.s
kscnkey.s
ksetlfs.s
ksetnam.s
ksettim.s
ktalk.s
kudtim.s
kunlsn.s
kuntlk.s
libref.s
mainargs.s
randomize.s
revers.s
slow.s
status.s
sysuname.s
waitvsync.s