NBC(1) | General Commands Manual | NBC(1) |
nbc - Compiler for LEGO Mindstorms NXT
nbc [options] file [options]
This manual page documents briefly the nbc command.
nbc is a program that compiles Not eXactly C (NXC) files or NeXT Byte Code (NBC) files into programs that can run on the standard LEGO MINDSTORMS NXT firmware or the enhanced NBC/NXC firmware. The nbc compiler can either save the compiler output to a file or upload it to a LEGO Mindstorms NXT for execution. The compiler can also compile NXT Picture files (.ric) using the text-based RICScript language. Since nbc can compile different programming languages it uses the file extension to determine the type of code it is compiling. NXC programs should use the .nxc file extension, NBC programs should use the .nbc file extension, and RICScript programs should use the .rs file extension.
nbc was written by John Hansen.
This manual page was written by Sebastian Reichel <elektranox@gmail.com>, for the Debian project (but may be used by others).
September 21, 2009 |