update README

This commit is contained in:
2024-12-21 11:00:57 +01:00
parent ddb9853ac4
commit e4aac05b9a

View File

@@ -10,7 +10,7 @@ There are 3 format types :
- "int" : 32 bits integers are written. Exemple : `10878976`
- "binint" : bits are written. Exemple : `00000000 10100110 00000000 00000000`
- "bin" : the file is written in pure binary
- "logisim" (default) : the file is written in binary for use in LogiSim
- "logisim" (default) : the file is written in hexa for use in LogiSim
## Exemple
@@ -92,4 +92,8 @@ Parses the file `test.asm` and writes the output into the file `memory`
You can also add the binary to your path using
```bash
xmake install
```
or copy the binary in the `bin` folder after
```
xmake install -o .
```