C# 클래스 OISC_Compiler.Instructions.ExecutableInstruction

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

공개 메소드들

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