/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.

Primary LanguageJavaScriptMIT LicenseMIT

set_jump

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