Method | Description | |
---|---|---|
GetCurrentInstruction ( ) : byte | ||
Program ( byte instructions ) : System | ||
SetInstrunctionIndex ( int index ) : void | ||
StackPop ( ) : byte[] | ||
StackPush ( byte stackWord ) : void | ||
Step ( ) : void | ||
Step ( int steps ) : void | ||
Stop ( ) : void | ||
Sweep ( int number ) : byte[] | ||
VerifyStackOverflow ( int args, int returns ) : void |
Method | Description | |
---|---|---|
ThrowWhenPushStackOverflows ( ) : void |
public Program ( byte instructions ) : System | ||
instructions | byte | |
return | System |
public SetInstrunctionIndex ( int index ) : void | ||
index | int | |
return | void |
public VerifyStackOverflow ( int args, int returns ) : void | ||
args | int | |
returns | int | |
return | void |