uxntal opcode manual

This commit is contained in:
sejo 2021-11-03 15:57:51 -06:00
parent 1273af4bac
commit 3cf5bbbb17
1 changed files with 6 additions and 1 deletions

View File

@ -87,8 +87,10 @@ we detail how to get to two versions of this subroutine, one that relies on heav
# external resources
=> https://wiki.xxiivv.com/site/uxn.html uxn technical documentation
=> https://metasyn.github.io/learn-uxn/ learn-uxn by metasyn
=> https://wiki.xxiivv.com/site/uxn.html uxn technical documentation
=> https://wiki.xxiivv.com/site/uxntal_reference.html the uxntal opcode manual
=> https://wiki.xxiivv.com/site/uxntal_cheatsheet.html uxntal cheatsheet
=> https://git.sr.ht/~rabbits/uxn uxn repository
=> https://llllllll.co/t/uxn-virtual-computer/ llllllll forum
=> https://github.com/hundredrabbits/awesome-uxn awesome uxn: awesome things from the community
@ -101,6 +103,9 @@ this is a summary of the uxn instructions covered in each day of the tutorial.
short mode is covered on day 2, and return and keep mode are covered on day 5.
you can find a more detailed reference of all the opcodes in the uxntal opcode manual
=> https://wiki.xxiivv.com/site/uxntal_reference.html the uxntal opcode manual
## day 1
* ADD: take the top two elements from the stack, add them, and push down the result ( a b -- a+b )