Contents | < Browse | Browse >
OPT NOSTARTUP
USAGE
OPT NOSTARTUP
ABOUT
This switch lets You write Your own startup code. No libraries are
opened and nothing is initialized (except execbase) in Your output
code, You have to do everythnig Yourself. It gives You the power
to request user about too old os version or cpu.
NOTE
arg string is placed in A0, not in the arg variable. You don't
have to initialize it. You must open libraries You will use later
in your code, stdio if You want to use i/o functions and get
wbmessage. Nothing (except allocated memory and files opened with
Fopen()) will be closed at the end of program. You MUST close
everything yourself!