uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 46658b7595ba1be87c0c395875ff00e7698bd04e
parent 5c5aad1e106fc0fde05b6f9739994be0dcee363f
Author: neauoire <aliceffekt@gmail.com>
Date:   Mon, 24 May 2021 21:31:53 -0700

Improved README

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -27,24 +27,26 @@ try again after `rm -r /sys/include/npe`. ## Getting Started -Begin by building the assembler and emulator by running the build script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `bin` folder. +Begin by building the assembler and emulator by running the build script. The assembler(`uxnasm`) and emulator(`uxnemu`) are created in the `/bin` folder. ``` ./build.sh ``` -The following command will create a rom from an [uxambly file](https://wiki.xxiivv.com/site/uxambly.html), point to a different usm file in the projects folder to assemble a different rom. You can find additional roms [here](https://sr.ht/~rabbits/uxn/sources). +The following command will create an Uxn-compatible rom from an [uxambly file](https://wiki.xxiivv.com/site/uxambly.html), point to a different usm file in `/projects` to assemble a different rom. ``` bin/uxnasm projects/demos/life.usm bin/life.rom ``` -And, to start the rom: +To start the rom, point the emulator to the newly created rom: ``` bin/uxnemu bin/life.rom ``` +You can find additional roms [here](https://sr.ht/~rabbits/uxn/sources). + ## Emulator Controls - `ctrl+h` toggle debugger