Skip to content

Commit d4dcc6e

Browse files
committed
Tweak messages
1 parent 86ddfc5 commit d4dcc6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ Run `make` and you should see this:
9090
```
9191

9292
File `out/shecc` is the first stage compiler. Its usage:
93-
```
94-
shecc [-o output] [+m] [--no-libc] [--dump-ir] <infile.c>
93+
```shell
94+
$ shecc [-o output] [+m] [--no-libc] [--dump-ir] <infile.c>
9595
```
9696

9797
Compiler options:
98-
- `-o` : output file name (default: out.elf)
99-
- `+m` : Enable hardware multiplication and division instructions (default: disabled)
98+
- `-o` : Specify output file name (default: `out.elf`)
99+
- `+m` : Use hardware multiplication/division instructions (default: disabled)
100100
- `--no-libc` : Exclude embedded C library (default: embedded)
101101
- `--dump-ir` : Dump intermediate representation (IR)
102102

0 commit comments

Comments
 (0)