added RLCA function

This commit is contained in:
radumacocian
2025-04-29 19:26:57 +02:00
parent 7b420e4d18
commit e323266814
2 changed files with 23 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ var OpTable = [256]func(context op_context){
INCB, //0x04
DECB, //0x05
LD8B, //0x06
RLCA, //0x07
}