mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-22 13:55:11 +00:00
Rephrased README
This commit is contained in:
parent
ca93072e06
commit
0e69b01270
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Begin by building the assembler and emulator by running the build script. The as
|
|||
|
||||
### Assembler
|
||||
|
||||
The following command will create an Uxn-compatible rom from an [uxntal file](https://wiki.xxiivv.com/site/uxntal.html), point to a different .tal file in `/projects` to assemble a different rom.
|
||||
The following command will create an Uxn-compatible rom from an [uxntal file](https://wiki.xxiivv.com/site/uxntal.html). Point the assembler to a .tal file in `/projects` to assemble a rom.
|
||||
|
||||
```
|
||||
bin/uxnasm projects/examples/demos/life.tal bin/life.rom
|
||||
|
|
Loading…
Reference in a new issue