C# Class Reko.Environments.C64.C64Basic.C64BasicState

Inheritance: Reko.Core.ProcessorState
Show file Open project: uxmal/reko

Public Methods

Method Description
C64BasicState ( C64Basic arch ) : Reko.Core
Clone ( ) : ProcessorState
GetRegister ( RegisterStorage r ) : Core.Expressions.Constant
OnAfterCall ( FunctionType sigCallee ) : void
OnBeforeCall ( Identifier stackReg, int returnAddressSize ) : Reko.Core.Code.CallSite
OnProcedureEntered ( ) : void
OnProcedureLeft ( FunctionType procedureSignature ) : void
SetInstructionPointer ( Address addr ) : void
SetRegister ( RegisterStorage r, Core v ) : void

Method Details

C64BasicState() public method

public C64BasicState ( C64Basic arch ) : Reko.Core
arch C64Basic
return Reko.Core

Clone() public method

public Clone ( ) : ProcessorState
return Reko.Core.ProcessorState

GetRegister() public method

public GetRegister ( RegisterStorage r ) : Core.Expressions.Constant
r RegisterStorage
return Core.Expressions.Constant

OnAfterCall() public method

public OnAfterCall ( FunctionType sigCallee ) : void
sigCallee FunctionType
return void

OnBeforeCall() public method

public OnBeforeCall ( Identifier stackReg, int returnAddressSize ) : Reko.Core.Code.CallSite
stackReg Identifier
returnAddressSize int
return Reko.Core.Code.CallSite

OnProcedureEntered() public method

public OnProcedureEntered ( ) : void
return void

OnProcedureLeft() public method

public OnProcedureLeft ( FunctionType procedureSignature ) : void
procedureSignature FunctionType
return void

SetInstructionPointer() public method

public SetInstructionPointer ( Address addr ) : void
addr Address
return void

SetRegister() public method

public SetRegister ( RegisterStorage r, Core v ) : void
r RegisterStorage
v Core
return void