Method | Description | |
---|---|---|
ADDADC8 ( int a, int b, bool Carry, int tStates ) : int | ||
AND8 ( int a, int b, int tStates ) : int | ||
BIT ( int bit, int regvalue, int tStates ) : void | ||
BITixyd ( int bit, int regvalue, int ixyd, int tStates ) : void | ||
CALL ( bool argument ) : void | ||
CALLnn ( ) : void | ||
CCF ( ) : void |
Compement Carry flag
|
|
CP2 ( int s, int tStates ) : void | ||
CPD ( ) : void | ||
CPDR ( ) : void |
Block compare with decrement
|
|
CPI ( ) : void | ||
CPIR ( ) : void | ||
CPL ( ) : void |
Complement Accumulator (4 tStates)
|
|
DAA ( ) : void |
Deciaml Adjust accumulator (4 tstates)
|
|
DNJZ ( ) : void | ||
EXX ( ) : void | ||
Halt ( ) : void | ||
INBC ( int tstates ) : int | ||
IND ( int tstates ) : void | ||
INDR ( ) : void | ||
INI ( int tstates ) : void | ||
INIR ( ) : void | ||
JP ( bool argument, int position, int tstates ) : void | ||
JR ( bool argument, int position, int tstates ) : void | ||
LDAI ( ) : void | ||
LDD ( ) : void | ||
LDDR ( ) : void | ||
LDI ( ) : void | ||
LDIR ( ) : void | ||
NEG ( ) : void | ||
NOP ( ) : void | ||
OR ( int b, int tstates ) : void | ||
OTDR ( ) : void | ||
OTIR ( ) : void | ||
OUTD ( ) : void | ||
OUTI ( ) : void | ||
POP ( ) : int | ||
PUSH ( int word ) : void | ||
RET ( bool condition, int tstates, int notmettstates ) : void | ||
RL ( int value, int tstates ) : int | ||
RLA ( ) : void | ||
RLC ( int value, int tstates ) : int | ||
RLCA ( ) : void | ||
RLD ( ) : void | ||
RR ( int value, int tstates ) : int | ||
RRA ( ) : void | ||
RRC ( int value, int tstates ) : int | ||
RRCA ( ) : void | ||
RRD ( ) : void | ||
RST ( int position ) : void | ||
Refresh ( ) : void | ||
SLA ( int value, int tstates ) : int | ||
SRA ( int value, int tstates ) : int | ||
SUB ( int b, int tStates ) : void | ||
XOR ( int value, int tstates ) : void | ||
interruptTriggered ( int tstates ) : bool |
Method | Description | |
---|---|---|
ADDADC16 ( int a, int b, bool Carry, int tStates ) : int | ||
CP ( int value, int tstates ) : void |
Compare operand s to ackumulator
|
|
DEC16 ( int value, int tStates ) : int |
Decrement for 16 bit regiter
|
|
DEC8 ( int value, int tStates ) : int |
Decrement for 8bit register
|
|
DEC8NoFlags ( int a ) : int | ||
INC16 ( int value, int tStates ) : int | ||
INC8 ( int value, int tStates ) : int | ||
INC8NoFlags ( int a ) : int | ||
LDAR ( ) : void | ||
RES ( int bit, int value, int tstates ) : int | ||
SBC16 ( int a, int b, int tstates ) : int | ||
SBC8 ( int b, int tstates ) : int | ||
SET ( int bit, int value, int tstates ) : int | ||
SLL ( int value, int tstates ) : int | ||
SRL ( int value, int tstates ) : int | ||
Sign ( int nn ) : int |
public ADDADC8 ( int a, int b, bool Carry, int tStates ) : int | ||
a | int | |
b | int | |
Carry | bool | |
tStates | int | |
return | int |
public AND8 ( int a, int b, int tStates ) : int | ||
a | int | |
b | int | |
tStates | int | |
return | int |
public BIT ( int bit, int regvalue, int tStates ) : void | ||
bit | int | |
regvalue | int | |
tStates | int | |
return | void |
public BITixyd ( int bit, int regvalue, int ixyd, int tStates ) : void | ||
bit | int | |
regvalue | int | |
ixyd | int | |
tStates | int | |
return | void |
public JP ( bool argument, int position, int tstates ) : void | ||
argument | bool | |
position | int | |
tstates | int | |
return | void |
public JR ( bool argument, int position, int tstates ) : void | ||
argument | bool | |
position | int | |
tstates | int | |
return | void |
public RET ( bool condition, int tstates, int notmettstates ) : void | ||
condition | bool | |
tstates | int | |
notmettstates | int | |
return | void |
public interruptTriggered ( int tstates ) : bool | ||
tstates | int | |
return | bool |