mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 21:10:07 +00:00
added RLCA function
This commit is contained in:
@@ -8,4 +8,5 @@ var OpTable = [256]func(context op_context){
|
||||
INCB, //0x04
|
||||
DECB, //0x05
|
||||
LD8B, //0x06
|
||||
RLCA, //0x07
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user