mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 21:10:07 +00:00
started op table
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package cpu
|
||||
|
||||
type operation func(byte)
|
||||
|
||||
var OpTable = [256]func(context op_context){
|
||||
Noop, //0x00
|
||||
LDBCd16, //0x01
|
||||
@@ -11,6 +9,3 @@ var OpTable = [256]func(context op_context){
|
||||
DECB, //0x05
|
||||
LD8B, //0x06
|
||||
}
|
||||
|
||||
func (cpu *CPU_struct) execute(op byte, addr uint) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user