From 3d3add19d036439cd4d0da0619a8a4977b1cabcf Mon Sep 17 00:00:00 2001 From: sejo Date: Mon, 23 Aug 2021 20:28:48 -0500 Subject: [PATCH] added learn-uxn link --- src/uxn_tutorial_day_1.gmo | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/uxn_tutorial_day_1.gmo b/src/uxn_tutorial_day_1.gmo index c8248f3..1dccfb6 100644 --- a/src/uxn_tutorial_day_1.gmo +++ b/src/uxn_tutorial_day_1.gmo @@ -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