We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ddfc5 commit d4dcc6eCopy full SHA for d4dcc6e
README.md
@@ -90,13 +90,13 @@ Run `make` and you should see this:
90
```
91
92
File `out/shecc` is the first stage compiler. Its usage:
93
-```
94
-shecc [-o output] [+m] [--no-libc] [--dump-ir] <infile.c>
+```shell
+$ shecc [-o output] [+m] [--no-libc] [--dump-ir] <infile.c>
95
96
97
Compiler options:
98
-- `-o` : output file name (default: out.elf)
99
-- `+m` : Enable hardware multiplication and division instructions (default: disabled)
+- `-o` : Specify output file name (default: `out.elf`)
+- `+m` : Use hardware multiplication/division instructions (default: disabled)
100
- `--no-libc` : Exclude embedded C library (default: embedded)
101
- `--dump-ir` : Dump intermediate representation (IR)
102
0 commit comments