next up previous contents index
Next: 3.12 Inline Assembler Code Up: 3.11 Startup Code Previous: 3.11.2 HC08 Startup Code   Contents   Index

3.11.3 Z80 Startup Code

On the Z80 the startup code is inserted by linking with crt0.o which is generated from sdcc/device/lib/z80/crt0.s. If you need a different startup code you can use the compiler option --no-std-crt0 and provide your own crt0.o.




2008-04-18