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
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Свойство Type Description
Line byte[]
NextAddress ushort

Méthodes publiques

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

Method Details

GetOperand() public méthode

public GetOperand ( int i ) : MachineOperand
i int
Résultat Reko.Core.Machine.MachineOperand

Render() public méthode

public Render ( MachineInstructionWriter writer ) : void
writer MachineInstructionWriter
Résultat void

TokenToString() public static méthode

public static TokenToString ( byte b ) : string
b byte
Résultat string

Write() public méthode

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Property Details

Line public_oe property

public byte[] Line
Résultat byte[]

NextAddress public_oe property

public ushort NextAddress
Résultat ushort