C# Class Reko.Arch.M68k.M68kState

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

Public Methods

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

Method Details

Clone() public method

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

GetRegister() public method

public GetRegister ( RegisterStorage r ) : Constant
r RegisterStorage
return Constant

M68kState() public method

public M68kState ( M68kArchitecture arch ) : Reko.Core
arch M68kArchitecture
return Reko.Core

M68kState() public method

public M68kState ( M68kState orig ) : Reko.Core
orig M68kState
return Reko.Core

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 sig ) : void
sig FunctionType
return void

SetInstructionPointer() public method

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

SetRegister() public method

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