C# Class OISC_Compiler.Instructions.AddressableInstruction

Inheritance: Instruction
ファイルを表示 Open project: Creou/OISCVM Class Usage Examples

Public Methods

Method 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 method

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

AddressableInstruction() public method

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

AssembleBinary() public abstract method

public abstract AssembleBinary ( ) : byte[]
return byte[]