uxntal
The assembly language used to program the uxn virtual stack machine.
Snippets
- Exiting
#010f DEO
- Printing the content of the stacks
#010e DEO
- Modulo (stolen from compudanzas)
%MOD { DIVk MUL SUB }
%MOD2 { DIV2k MUL2 SUB2 }
The assembly language used to program the uxn virtual stack machine.
#010f DEO
#010e DEO
%MOD { DIVk MUL SUB }
%MOD2 { DIV2k MUL2 SUB2 }