1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-18 06:59:55 +00:00
cc65/libsrc/cbm610
uz 60bc009991 * Moved the BASIC stub that calls the compiled program into it's own segment
named EXEHDR.
* Renamed BASICHDR to EXEHDR for the PET-II machines.
* Moved the call to CHRCH in front of the code that saves the zero page, since
  open files are sometimes remembered in the zero page, so we need to close
  them before we grab a copy.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4507 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-12-09 12:42:24 +00:00
..
_scrsize.s
banking.s
break.s
cbm610-ram.s
cbm610-stdser.s Inline InitBuffers 2005-05-05 10:32:06 +00:00
cgetc.s
clrscr.s
color.s
cputc.s
crt0.s * Moved the BASIC stub that calls the compiled program into it's own segment 2009-12-09 12:42:24 +00:00
crtc.s
extzp.inc PET-II improvements 2003-12-28 18:35:00 +00:00
extzp.s
get_tv.s get_tv() implementation for the CBM610 by Stefan Haubenthal. 2009-08-06 20:24:41 +00:00
kbhit.s Squeezed bytes and cycles out of the kbhit functions for almost all platforms. 2009-11-24 18:31:16 +00:00
kclose.s
kernal.s
kiobase.s
kopen.s
krdtim.s
kreadst.s
kscnkey.s
kscreen.s
ksetnam.s
ksettim.s
kudtim.s
mainargs.s Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
Makefile Moved most platform assembler includes into asminc, so they will be available 2009-09-24 17:44:22 +00:00
peeksys.s
pokesys.s
randomize.s
revers.s
systime.s Systime implementation for the CBM610, derived from the C64. 2009-09-24 20:12:40 +00:00
sysuname.s