1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 4357bb4760 Allow __fastcall__ for C function. Contrary to the name, this is a size
optimization for C functions. The last parameter is not pushed onto the
stack by the caller but in the function entry code, so there is no speed
but a size gain.


git-svn-id: svn://svn.cc65.org/cc65/trunk@645 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-03-22 21:02:01 +00:00
doc Describe new --check-stack option and related #pragma. Added missing 2001-03-20 10:24:54 +00:00
include completed and testet cbm_read() 2001-03-21 20:59:27 +00:00
libsrc completed and testet cbm_read() 2001-03-21 20:59:27 +00:00
packages/rpm/redhat Added the 2.6.1 spec 2001-03-08 15:16:53 +00:00
samples File no longer needed 2000-07-30 09:24:28 +00:00
src Allow __fastcall__ for C function. Contrary to the name, this is a size 2001-03-22 21:02:01 +00:00
testcode Added several test programs that were lying around for some time 2000-07-22 11:14:00 +00:00
util Added an older conversion program 2000-10-14 17:53:26 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00