added learn-uxn link

This commit is contained in:
sejo 2021-08-23 20:28:48 -05:00
parent c6ce57a1d7
commit 3d3add19d0
1 changed files with 12 additions and 1 deletions

View File

@ -152,9 +152,20 @@ once the cpu reads a byte, it decodes it as an instruction and performs it.
the instruction will normally imply a change in the stack(s), and sometimes it may imply a change of the normal flow of the program counter: instead of pointing to the next byte in memory, it can be made to point elsewhere, "jumping" from a place in memory to another.
# installation and toolchain
ready? let's get the uxn assembler (uxnasm) and emulator (uxnemu) from their git repository:
## learn-uxn site
you can try and experiment with all the materials in the tutorial with the learn-uxn site by metasyn:
=> https://metasyn.github.io/learn-uxn/ learn-uxn by metasyn
## locally
in order to run varvara locally and off the grid, let's get the uxn assembler (uxnasm) and emulator (uxnemu) from their git repository:
=> https://git.sr.ht/~rabbits/uxn ~rabbits/uxn - sourcehut git