C# Class OISC_Compiler.Instructions.AddressableMemoryInstruction

Inheritance: AddressableInstruction
Exibir arquivo Open project: Creou/OISCVM

Public Methods

Method Description
AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String initialValue ) : System
AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, Address valueAddress ) : System
AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, String initialValue ) : System
AssembleBinary ( ) : byte[]

Private Methods

Method Description
MapMemoryValue ( AddressableInstruction>.Dictionary instructionDictionary, AddressableInstruction>.Dictionary labeledInstructionDictionary ) : void

Method Details

AddressableMemoryInstruction() public method

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

AddressableMemoryInstruction() public method

public AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, Address valueAddress ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
valueAddress Address
return System

AddressableMemoryInstruction() public method

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

AssembleBinary() public method

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