arkenidar / set_jump

variant of copy-jump VM with specified values. bits are expressed as constants in instructions, instead of memory addresses to read. memory can be considered a set (as always) e.g. memory[3]=1 means 3 belongs to the memory set. use of constants should help to think in this way.

Home Page:https://arkenidar.github.io/set_jump/setjump.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set_jump

variant of copy-jump VM with specified values. bits are expressed as constants in instructions, instead of memory addresses to read.

About

variant of copy-jump VM with specified values. bits are expressed as constants in instructions, instead of memory addresses to read. memory can be considered a set (as always) e.g. memory[3]=1 means 3 belongs to the memory set. use of constants should help to think in this way.

https://arkenidar.github.io/set_jump/setjump.html

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.4%