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

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

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

Метод Описание
AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
AddressableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System
AssembleBinary ( ) : byte[]

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

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

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

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

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

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

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