1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 00:29:31 +00:00
cc65/doc
Kugel Fuhr cd4357057f The change from #2495 didn't take into account that recursive calls to main()
are legal in C. With the changes from #2495, such calls will usually crash the
machine. But recursive calls to main() are rare and on the 6502 every byte
saved is precious. So this change limits the effect of #2495 to cc65 mode and
at the same time disallows recursive calls to main() in this mode. If
recursive calls to main() are actually required, the code must be compiled in
c89 or c99 mode.
2024-09-02 10:39:42 +02:00
..
apple2.sgml Added option to disable the force-to-uppercase behavior of the apple2 target. (#2474) 2024-08-07 18:27:09 +02:00
apple2enh.sgml Disable IRQ if opening at 115200 bps 2024-02-19 19:31:47 +01:00
ar65.sgml
atari2600.sgml
atari5200.sgml
atari7800.sgml
atari.sgml
atmos.sgml Added company name and warning 2024-08-10 15:12:34 +02:00
c16.sgml
c64.sgml
c128.sgml
ca65.sgml Document changes in unnamed labels. 2024-04-07 13:34:48 +03:00
cbm510.sgml
cbm610.sgml
cc65-intern.sgml Document expected linker configuration and special segments used by cc65 2023-02-21 00:53:55 -05:00
cc65.sgml The change from #2495 didn't take into account that recursive calls to main() 2024-09-02 10:39:42 +02:00
chrcvt65.sgml
cl65.sgml doc cl65 change 2023-12-31 10:14:53 -08:00
co65.sgml
coding.sgml
creativision.sgml
customizing.sgml
cx16.sgml docs 2024-06-13 21:00:40 -05:00
da65.sgml Fix typos; other copyediting 2023-11-14 00:57:07 -06:00
debugging.sgml
dio.sgml
doc.css tweak 2023-05-04 22:21:36 +02:00
doc.png
funcref.sgml Added option to disable the force-to-uppercase behavior of the apple2 target. (#2474) 2024-08-07 18:27:09 +02:00
gamate.sgml
geos.sgml
grc65.sgml Fixed typo 2023-05-19 16:32:09 +02:00
header.html
index.sgml style update and add rp6502 doc 2023-11-17 11:08:51 -08:00
intro.sgml
kim1.sgml Make some documentation fixes for KIM-1 platform. 2023-03-27 09:23:40 -04:00
ld65.sgml --warnings-as-errors for ca65 and ld65 2023-02-20 22:24:26 -05:00
library.sgml
lynx.sgml
Makefile
nes.sgml
od65.sgml
osi.sgml Add support for 48x12 video mode on Challenger 1P. 2023-05-05 18:02:42 -04:00
pce.sgml
pet.sgml
plus4.sgml
rp6502.sgml style update and add rp6502 doc 2023-11-17 11:08:51 -08:00
sim65.sgml give cl65 alternative 2024-04-16 16:56:13 -04:00
smc.sgml Fixed typo 2023-11-08 11:13:31 +01:00
sp65.sgml
supervision.sgml
sym1.sgml
telestrat.sgml
tgi.sgml
using-make.sgml
vic20.sgml