1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-02 21:54:47 +00:00
cc65/libsrc
Greg King 8a880580dc Reduced the size of the moveinit subroutine.
Made other changes that were recommended by Oliver.
* Changed its name from move_init to moveinit.
* Used self-modifying code in the subroutine.
* The INIT segment doesn't need to be optional (it's used by the start-up file).
2015-10-07 14:56:14 -04:00
..
apple2 Fixed comment. 2015-04-27 09:39:50 +02:00
atari
atari5200
atmos
c16 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
c64 Reduced the size of the moveinit subroutine. 2015-10-07 14:56:14 -04:00
c128 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
cbm Made the Commodore version of exec() work in programs that are so big that they load into all of BASIC RAM. 2015-09-28 11:27:39 -04:00
cbm510 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
cbm610 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
common Reduced the size of the moveinit subroutine. 2015-10-07 14:56:14 -04:00
conio Updated the fastcall information in a document and two Assembly files. 2015-07-22 13:31:14 -04:00
dbg
em
geos-apple
geos-cbm
geos-common
joystick
lynx
mouse
nes Added empty IRQ backend. 2015-07-22 11:36:54 +02:00
osic1p
pce use 'plot' instead of 'PLOT' 2015-09-20 12:18:41 +02:00
pet Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
plus4 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
runtime
serial
sim6502 Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
supervision
tgi
vic20 Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
zlib
Makefile