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

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

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

Метод Описание
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress ) : System
ExecutableInstruction ( String sourceLine, int sourceLineNumber, int sourceAddress, String sourceLabel ) : System

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

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

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

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

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