class CPU
- CPU
- Reference
- Object
Defined in:
cpu.crirqs.cr
Constructors
Instance Method Summary
- #adc(operand2)
- #add(operand2)
- #addHL(operand2 : UInt16)
- #and(operand2)
- #bit(opcode)
- #call(opcode)
- #cp(operand2)
- #cycles : Int32
- #cycles=(cycles : Int32)
- #dec(num)
- #dispatchInterrupt(irqVector : UInt16)
- #execute_CB
- #execute_opcode(opcode)
- #executeInstruction
- #getCondition(op, isJMP = false)
- #getRegister(val) : UInt8
- #handleInterrupts
- #inc(num)
- #jmp(opcode)
- #jr(opcode)
- #nextByte
- #nextWord
- #or(operand2)
- #pop
- #push(val)
- #res(opcode)
- #ret(opcode)
- #rl(opcode)
- #rlc(opcode)
- #rr(opcode)
- #rrc(opcode)
- #sbc(operand2)
- #set(opcode)
- #setRegister(registerNum, value)
- #sla(opcode)
- #sra(opcode)
- #srl(opcode)
- #sub(operand2)
- #swap(opcode)
- #total_cycles : Int32
- #total_cycles=(total_cycles : Int32)
- #xor(operand2)