table of contents
I8C(1) | User Commands | I8C(1) |
NAME¶
I8C - Infinity Note Compiler
SYNOPSIS¶
i8c [OPTION]... [FILE]...
DESCRIPTION¶
Infinity Note Compiler.
OPTIONS¶
- --help
- Display this information.
- --version
- Display version information.
- -E
- Preprocess only; do not compile, assemble or link.
- -S
- Compile only; do not assemble or link.
- -c
- Compile and assemble, but do not link.
-fpreprocessed
- Do not preprocess.
--wrap-asm
- Wrap '-S' output in C 'asm' statements.
- -o FILE
- Place the output into FILE.
Note that I8C uses GCC both to preprocess its input (unless invoked with '-fpreprocessed') and to assemble its output (unless invoked with '-E' or '-S'). If GCC is used, all options not explicitly listed above will be passed to GCC unmodified.
In general I8C operates like GCC, so if you're used to GCC then I8C should make sense. Try it!
In most cases the command you want is 'i8c -c file.i8', which reads and compiles 'file.i8' and writes the result to 'file.o'.
REPORTING BUGS¶
Report I8C bugs to infinity@sourceware.org
Infinity home page: <https://infinitynotes.org/>
COPYRIGHT¶
Copyright © 2015-16 Red Hat, Inc. License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
September 2017 | I8C 0.0.6 |