CPU
Inherits Reference / Object
Constructors
Instance methods
adc(operand2)
Sourceadd(operand2)
SourceaddHL(operand2 : UInt16)
Sourceand(operand2)
Sourcebit(opcode)
Sourcecall(opcode)
Sourcecp(operand2)
Sourcecycles
Sourcecycles=(cycles : Int32)
Sourcedec(num)
SourcedispatchInterrupt(irqVector : UInt16)
Sourceexecute_CB
Sourceexecute_opcode(opcode)
SourceexecuteInstruction
SourcegetCondition(op, isJMP = false)
SourcegetRegister(val) : UInt8
SourcehandleInterrupts
Sourceinc(num)
Sourcejmp(opcode)
Sourcejr(opcode)
SourcenextByte
SourcenextWord
Sourceor(operand2)
Sourcepop
Sourcepush(val)
Sourceres(opcode)
Sourceret(opcode)
Sourcerl(opcode)
Sourcerlc(opcode)
Sourcerr(opcode)
Sourcerrc(opcode)
Sourcesbc(operand2)
Sourceset(opcode)
SourcesetRegister(registerNum, value)
Sourcesla(opcode)
Sourcesra(opcode)
Sourcesrl(opcode)
Sourcesub(operand2)
Sourceswap(opcode)
Sourcetotal_cycles
Sourcetotal_cycles=(total_cycles : Int32)
Sourcexor(operand2)
Source