/* SOURCEFILE.CMD - LINKER COMMAND FILE */ | |
-c | /* using C convention */ |
-stack 0x100 | /* 256 words stack */ |
sourcefile.obj | /* object file from compiler */ |
funcfile.obj | /* object function file from assembler */ |
-O sourcefile.out | /* executable output file */ |
-l rts30.lib | /*run-time library support* |