C# 클래스 OISC_Compiler.Instructions.AddressableMemoryInstruction

상속: AddressableInstruction
파일 보기 프로젝트 열기: Creou/OISCVM

공개 메소드들

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