C# Class kOS.Safe.Compilation.OpcodeDup

Push the thing atop the stack onto the stack again so there are now two of it atop the stack.
Inheritance: Opcode
Exibir arquivo Open project: KSP-KOS/KOS

Public Methods

Method Description
Execute ( ICpu cpu ) : void

Method Details

Execute() public method

public Execute ( ICpu cpu ) : void
cpu ICpu
return void