C# Класс OISC_Compiler.Instructions.AddressableMemoryInstruction

Наследование: AddressableInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
MapMemoryValue ( AddressableInstruction>.Dictionary instructionDictionary, AddressableInstruction>.Dictionary labeledInstructionDictionary ) : void

Описание методов

AddressableMemoryInstruction() публичный Метод

public AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String initialValue ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
initialValue String
Результат System

AddressableMemoryInstruction() публичный Метод

public AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, Address valueAddress ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
valueAddress Address
Результат System

AddressableMemoryInstruction() публичный Метод

public AddressableMemoryInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel, String initialValue ) : System
sourceLine String
sourceLineNumber int
sourceAddress int
sourceLabel String
initialValue String
Результат System

AssembleBinary() публичный Метод

public AssembleBinary ( ) : byte[]
Результат byte[]