| |||||
Technical Support On-Line Manuals RTX166 Tiny User's Guide | Command-Line ToolsRTX166 Tiny is fully integrated into the C166 programming language. This makes generating RTX166 Tiny applications very easy to master. To create an RTX166 Tiny program, you need only write C functions. No assembly programming is required. To compile your RTX166 Tiny programs from the command line... Invoke the compiler as normal. No special directives are required. For example: C166 RTXPROG.C DEBUG The resulting RTXPROG.OBJ file contains the C code and RTX166 Tiny tasks you defined. To link your RTX166 Tiny programs from the command line...
For example: L166 RTXPROG.OBJ, RTX_CONF.OBJ RTX166TINY The RTX166TINY directive instructs the linker to link RTXPROG.OBJ with RTX_CONF.OBJ and to include the RTX166 Tiny library. An RTX166 Tiny program using the tasks created in your C files is created. Note
| ||||
| |||||