Свойство | Type | Description | |
---|---|---|---|
Flags | Flag | ||
IP | short | ||
Memory | Memory | ||
Registers | short[] | ||
SP | short |
Méthode | Description | |
---|---|---|
AttachDevice ( |
||
Dispose ( ) : void | ||
RegisterPortInHandler ( short port, Func |
||
RegisterPortOutHandler ( short port, Action |
||
Reset ( ) : void | ||
Step ( bool overrideTrap = false ) : void | ||
VirtualMachine ( Memory memory ) : System |
Méthode | Description | |
---|---|---|
Pop ( ) : short | ||
Push ( short value ) : void | ||
SetZero ( short value ) : void |
public AttachDevice ( |
||
device | ||
Résultat | void |
public RegisterPortInHandler ( short port, Func |
||
port | short | |
handler | Func |
|
Résultat | void |
public RegisterPortOutHandler ( short port, Action |
||
port | short | |
handler | Action |
|
Résultat | void |
public Step ( bool overrideTrap = false ) : void | ||
overrideTrap | bool | |
Résultat | void |
public VirtualMachine ( Memory memory ) : System | ||
memory | Memory | |
Résultat | System |