C# Class OISC_Compiler.Instructions.ExecutableInstruction

Inheritance: AddressableInstruction
Show file Open project: Creou/OISCVM Class Usage Examples

Public Methods

Method Description
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System

Method Details

ExecutableInstruction() public method

public ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
return System

ExecutableInstruction() public method

public ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
return System