diff --git a/README.md b/README.md index cd845c7..1c93d94 100644 --- a/README.md +++ b/README.md @@ -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 . ``` \ No newline at end of file