Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated GN_Elf API notes.

...

This call is the main interface to execute an ELF file. It is used by the Shell application to execute an ELF program (in this case Z80 relocatable code, loaded into any available space of RAM and executed). Any code can execute an Elf program, from anywhere.
If the program has no need of arguments, simply let CDE point to a null-terminator (0).
Arguments passing to ELF program is performed by this call. Arguments are pushed to the stack from right to left according SDCC convention.

...