C# Class OISC_Compiler.Instructions.AddressableInstruction

Inheritance: Instruction
Afficher le fichier Open project: Creou/OISCVM Class Usage Examples

Méthodes publiques

Méthode Description
AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System
AssembleBinary ( ) : byte[]

Method Details

AddressableInstruction() public méthode

public AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
Résultat System

AddressableInstruction() public méthode

public AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
Résultat System

AssembleBinary() public abstract méthode

public abstract AssembleBinary ( ) : byte[]
Résultat byte[]