C# 클래스 OISC_Compiler.Instructions.AddressableInstruction

상속: Instruction
파일 보기 프로젝트 열기: Creou/OISCVM 1 사용 예제들

공개 메소드들

메소드 설명
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[]