C# Class Reko.Environments.C64.C64BasicInstruction

That's right, your eyes are not fooling you. This class models C64 basic instructions as MachineInstructions.
Inheritance: Reko.Core.Machine.MachineInstruction
Show file Open project: uxmal/reko Class Usage Examples

Public Properties

Property Type Description
Line byte[]
NextAddress ushort

Public Methods

Method Description
GetOperand ( int i ) : MachineOperand
Render ( MachineInstructionWriter writer ) : void
TokenToString ( byte b ) : string
Write ( TextWriter writer ) : void

Method Details

GetOperand() public method

public GetOperand ( int i ) : MachineOperand
i int
return Reko.Core.Machine.MachineOperand

Render() public method

public Render ( MachineInstructionWriter writer ) : void
writer MachineInstructionWriter
return void

TokenToString() public static method

public static TokenToString ( byte b ) : string
b byte
return string

Write() public method

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

Property Details

Line public property

public byte[] Line
return byte[]

NextAddress public property

public ushort NextAddress
return ushort