sandbox

Members

Enums

Reg16
enum Reg16
Undocumented in source.
Reg32
enum Reg32
Undocumented in source.
Reg64
enum Reg64
Undocumented in source.
Reg8
enum Reg8
Undocumented in source.

Functions

emit_code_into_memory
void emit_code_into_memory(ubyte[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
printNum
int printNum(int param)
Undocumented in source. Be warned that the author may not have intended to support it.
printNumLn
int printNumLn(int param)
Undocumented in source. Be warned that the author may not have intended to support it.
runScript
auto runScript(string input, string funcName, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
run_from_rwx
void run_from_rwx()
Undocumented in source. Be warned that the author may not have intended to support it.
testAll
void testAll()
Undocumented in source. Be warned that the author may not have intended to support it.
testLang
void testLang()
Undocumented in source. Be warned that the author may not have intended to support it.
testLang2
void testLang2()
Undocumented in source. Be warned that the author may not have intended to support it.
testPrintMemAddress
void testPrintMemAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
testVMs
void testVMs()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

PAGE_SIZE
enum PAGE_SIZE;
Undocumented in source.

Structs

LangVM
struct LangVM
Undocumented in source.
Source
struct Source
Undocumented in source.

Variables

input
string input;
Undocumented in source.
input2
string input2;
Undocumented in source.
input3
string input3;
Undocumented in source.
testSources
string[] testSources;
Undocumented in source.

Meta

Authors

Andrey Penechko.