C# Class ProgCom.CPUem

Afficher le fichier Open project: Binamrad/ProgCom Class Usage Examples

Méthodes publiques

Свойство Type Description
errorMessages LinkedList
hasErrors System.Boolean

Méthodes publiques

Méthode Description
CPUem ( ) : System
getMem ( UInt16 address ) : Int32
hwConnect ( IPCHardware hw ) : void
reset ( ) : void
spawnException ( int i ) : void
tick ( ) : int

Private Methods

Méthode Description
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

Method Details

CPUem() public méthode

public CPUem ( ) : System
Résultat System

getMem() public méthode

public getMem ( UInt16 address ) : Int32
address System.UInt16
Résultat System.Int32

hwConnect() public méthode

public hwConnect ( IPCHardware hw ) : void
hw IPCHardware
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

spawnException() public méthode

public spawnException ( int i ) : void
i int
Résultat void

tick() public méthode

public tick ( ) : int
Résultat int

Property Details

errorMessages public_oe property

public LinkedList errorMessages
Résultat LinkedList

hasErrors public_oe property

public Boolean,System hasErrors
Résultat System.Boolean