C# Class OISC_Compiler.Instructions.AddressableMemoryInstruction

Inheritance: AddressableInstruction
Afficher le fichier Open project: Creou/OISCVM

Méthodes publiques

Méthode 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

Méthode Description
MapMemoryValue ( AddressableInstruction>.Dictionary instructionDictionary, AddressableInstruction>.Dictionary labeledInstructionDictionary ) : void

Method Details

AddressableMemoryInstruction() public méthode

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

AddressableMemoryInstruction() public méthode

public AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, Address valueAddress ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
valueAddress Address
Résultat System

AddressableMemoryInstruction() public méthode

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

AssembleBinary() public méthode

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