fix typo in README.md
This commit is contained in:
parent
6d60cf59c9
commit
8ebd708b11
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ the output assembly code is `./a.c` in AT&T assembly langauge.
|
||||||
|
|
||||||
to make it executable, please use `gcc`: `gcc ./a.c -o output.out`
|
to make it executable, please use `gcc`: `gcc ./a.c -o output.out`
|
||||||
|
|
||||||
the example `.tc` file is in `./test`
|
the example `.tc` files is in `./test`
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
- all connected variable are pathized (I don't understand the tricky method to elimitated the path number)
|
- all connected variable are pathized (I don't understand the tricky method to elimitated the path number)
|
Loading…
Reference in a new issue