Property | Type | Description |
---|
Method | Description | |
---|---|---|
DoPopScope ( ICpu cpuObj, |
Do the actual work of the Execute() method. This was pulled out to a separate static method so that others can call it without needing an actual popscope object. Everything OpcodePopScope.Execute() does should actually be done here, so as to ensure that external callers of this get exactly the same behaviour as a full popstack opcode.
|
|
Execute ( ICpu cpu ) : void | ||
OpcodePopScope ( ) : System | ||
OpcodePopScope ( int numLevels ) : System | ||
PopulateFromMLFields ( List | ||
ToString ( ) : string |
public static DoPopScope ( ICpu cpuObj, |
||
cpuObj | ICpu | the shared.cpu to operate on. |
levels | number of levels to popscope. | |
return | void |
public OpcodePopScope ( int numLevels ) : System | ||
numLevels | int | |
return | System |