SDCC Manual
next up previous contents index
 

3.2.7 GBZ80 Options

  • [--callee-saves-bc] Force a called function to always save BC.
  • [--no-std-crt0] When linking, skip the standard crt0.o object file. You must provide your own crt0.o for your system when linking.
  • [-bo <Num>] Use code bank <Num>.
  • [-ba <Num>] Use data bank <Num>.
  • [--codeseg <Value>] Use <Value> for the code segment name.
  • [--constseg <Value>] Use <Value> for the const segment name.




2009-10-11