Low-tech computing for Minetest
Go to file
Izaya f179bf3f41 Added some basic info on usage of the T400 2016-12-11 11:19:37 +11:00
test3d_t400 Removed drop and mul, because they aren't neccesary and I wanted only 8 instructions. 2016-12-11 11:19:08 +11:00
test3d_t416 Deleted a vim swap file, I really need to write some gitignores 2016-12-10 19:14:49 +11:00
LICENSE Initial commit 2016-09-12 22:34:23 +10:00
README.md Added some basic info on usage of the T400 2016-12-11 11:19:37 +11:00
modpack.txt Turned the whole thing into a modpack. 2016-10-05 15:59:44 +11:00

README.md

test3d

Low-tech computing for Minetest

T400 instructions

TOS = top of stack

ins function mnemonic
4095 duplicate TOS dup
4094 swap TOS swp
4093 read memory from TOS read
4092 write to memory from TOS write
4091 add TOS add
4090 suptract TOS sub
4089 jump to TOS jmp
4088 skip if TOS = zero sez