C# Class OISC_Compiler.Instructions.ExecutableInstruction

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

Méthodes publiques

Méthode Description
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System

Method Details

ExecutableInstruction() public méthode

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

ExecutableInstruction() public méthode

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