C# 클래스 ProgCom.CPUem

파일 보기 프로젝트 열기: Binamrad/ProgCom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
errorMessages LinkedList
hasErrors System.Boolean

공개 메소드들

메소드 설명
CPUem ( ) : System
getMem ( UInt16 address ) : Int32
hwConnect ( IPCHardware hw ) : void
reset ( ) : void
spawnException ( int i ) : void
tick ( ) : int

비공개 메소드들

메소드 설명
extndInst ( int address, int regA, int regB, int regC, int valA, int valB, int valC, bool immed ) : int
floatInst ( int ins, long regA ) : int
handleHardware ( int cyclesElapsed ) : void
init ( ) : void
interruptHandle ( ) : void
memReadDelaySlots ( int regNum ) : int
nextInst ( ) : int

메소드 상세

CPUem() 공개 메소드

public CPUem ( ) : System
리턴 System

getMem() 공개 메소드

public getMem ( UInt16 address ) : Int32
address System.UInt16
리턴 System.Int32

hwConnect() 공개 메소드

public hwConnect ( IPCHardware hw ) : void
hw IPCHardware
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

spawnException() 공개 메소드

public spawnException ( int i ) : void
i int
리턴 void

tick() 공개 메소드

public tick ( ) : int
리턴 int

프로퍼티 상세

errorMessages 공개적으로 프로퍼티

public LinkedList errorMessages
리턴 LinkedList

hasErrors 공개적으로 프로퍼티

public Boolean,System hasErrors
리턴 System.Boolean