-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopcode_details.json
1 lines (1 loc) · 44.3 KB
/
opcode_details.json
1
{"main": {"0": {"name": "NOP", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "1": {"name": "LD BC,d16", "length": "3", "duration": "12", "flags": ["-", "-", "-", "-"]}, "2": {"name": "LD (BC),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "3": {"name": "INC BC", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "4": {"name": "INC B", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "5": {"name": "DEC B", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "6": {"name": "LD B,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "7": {"name": "RLCA", "length": "1", "duration": "4", "flags": ["0", "0", "0", "C"]}, "8": {"name": "LD (a16),SP", "length": "3", "duration": "20", "flags": ["-", "-", "-", "-"]}, "9": {"name": "ADD HL,BC", "length": "1", "duration": "8", "flags": ["-", "0", "H", "C"]}, "10": {"name": "LD A,(BC)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "11": {"name": "DEC BC", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "12": {"name": "INC C", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "13": {"name": "DEC C", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "14": {"name": "LD C,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "15": {"name": "RRCA", "length": "1", "duration": "4", "flags": ["0", "0", "0", "C"]}, "16": {"name": "STOP 0", "length": "2", "duration": "4", "flags": ["-", "-", "-", "-"]}, "17": {"name": "LD DE,d16", "length": "3", "duration": "12", "flags": ["-", "-", "-", "-"]}, "18": {"name": "LD (DE),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "19": {"name": "INC DE", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "20": {"name": "INC D", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "21": {"name": "DEC D", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "22": {"name": "LD D,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "23": {"name": "RLA", "length": "1", "duration": "4", "flags": ["0", "0", "0", "C"]}, "24": {"name": "JR r8", "length": "2", "duration": "12", "flags": ["-", "-", "-", "-"]}, "25": {"name": "ADD HL,DE", "length": "1", "duration": "8", "flags": ["-", "0", "H", "C"]}, "26": {"name": "LD A,(DE)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "27": {"name": "DEC DE", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "28": {"name": "INC E", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "29": {"name": "DEC E", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "30": {"name": "LD E,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "31": {"name": "RRA", "length": "1", "duration": "4", "flags": ["0", "0", "0", "C"]}, "32": {"name": "JR NZ,r8", "length": "2", "duration": "12/8", "flags": ["-", "-", "-", "-"]}, "33": {"name": "LD HL,d16", "length": "3", "duration": "12", "flags": ["-", "-", "-", "-"]}, "34": {"name": "LD (HL+),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "35": {"name": "INC HL", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "36": {"name": "INC H", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "37": {"name": "DEC H", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "38": {"name": "LD H,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "39": {"name": "DAA", "length": "1", "duration": "4", "flags": ["Z", "-", "0", "C"]}, "40": {"name": "JR Z,r8", "length": "2", "duration": "12/8", "flags": ["-", "-", "-", "-"]}, "41": {"name": "ADD HL,HL", "length": "1", "duration": "8", "flags": ["-", "0", "H", "C"]}, "42": {"name": "LD A,(HL+)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "43": {"name": "DEC HL", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "44": {"name": "INC L", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "45": {"name": "DEC L", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "46": {"name": "LD L,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "47": {"name": "CPL", "length": "1", "duration": "4", "flags": ["-", "1", "1", "-"]}, "48": {"name": "JR NC,r8", "length": "2", "duration": "12/8", "flags": ["-", "-", "-", "-"]}, "49": {"name": "LD SP,d16", "length": "3", "duration": "12", "flags": ["-", "-", "-", "-"]}, "50": {"name": "LD (HL-),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "51": {"name": "INC SP", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "52": {"name": "INC (HL)", "length": "1", "duration": "12", "flags": ["Z", "0", "H", "-"]}, "53": {"name": "DEC (HL)", "length": "1", "duration": "12", "flags": ["Z", "1", "H", "-"]}, "54": {"name": "LD (HL),d8", "length": "2", "duration": "12", "flags": ["-", "-", "-", "-"]}, "55": {"name": "SCF", "length": "1", "duration": "4", "flags": ["-", "0", "0", "1"]}, "56": {"name": "JR C,r8", "length": "2", "duration": "12/8", "flags": ["-", "-", "-", "-"]}, "57": {"name": "ADD HL,SP", "length": "1", "duration": "8", "flags": ["-", "0", "H", "C"]}, "58": {"name": "LD A,(HL-)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "59": {"name": "DEC SP", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "60": {"name": "INC A", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "-"]}, "61": {"name": "DEC A", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "-"]}, "62": {"name": "LD A,d8", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "63": {"name": "CCF", "length": "1", "duration": "4", "flags": ["-", "0", "0", "C"]}, "64": {"name": "LD B,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "65": {"name": "LD B,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "66": {"name": "LD B,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "67": {"name": "LD B,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "68": {"name": "LD B,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "69": {"name": "LD B,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "70": {"name": "LD B,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "71": {"name": "LD B,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "72": {"name": "LD C,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "73": {"name": "LD C,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "74": {"name": "LD C,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "75": {"name": "LD C,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "76": {"name": "LD C,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "77": {"name": "LD C,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "78": {"name": "LD C,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "79": {"name": "LD C,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "80": {"name": "LD D,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "81": {"name": "LD D,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "82": {"name": "LD D,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "83": {"name": "LD D,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "84": {"name": "LD D,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "85": {"name": "LD D,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "86": {"name": "LD D,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "87": {"name": "LD D,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "88": {"name": "LD E,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "89": {"name": "LD E,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "90": {"name": "LD E,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "91": {"name": "LD E,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "92": {"name": "LD E,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "93": {"name": "LD E,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "94": {"name": "LD E,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "95": {"name": "LD E,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "96": {"name": "LD H,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "97": {"name": "LD H,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "98": {"name": "LD H,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "99": {"name": "LD H,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "100": {"name": "LD H,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "101": {"name": "LD H,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "102": {"name": "LD H,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "103": {"name": "LD H,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "104": {"name": "LD L,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "105": {"name": "LD L,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "106": {"name": "LD L,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "107": {"name": "LD L,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "108": {"name": "LD L,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "109": {"name": "LD L,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "110": {"name": "LD L,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "111": {"name": "LD L,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "112": {"name": "LD (HL),B", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "113": {"name": "LD (HL),C", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "114": {"name": "LD (HL),D", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "115": {"name": "LD (HL),E", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "116": {"name": "LD (HL),H", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "117": {"name": "LD (HL),L", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "118": {"name": "HALT", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "119": {"name": "LD (HL),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "120": {"name": "LD A,B", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "121": {"name": "LD A,C", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "122": {"name": "LD A,D", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "123": {"name": "LD A,E", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "124": {"name": "LD A,H", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "125": {"name": "LD A,L", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "126": {"name": "LD A,(HL)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "127": {"name": "LD A,A", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "128": {"name": "ADD A,B", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "129": {"name": "ADD A,C", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "130": {"name": "ADD A,D", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "131": {"name": "ADD A,E", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "132": {"name": "ADD A,H", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "133": {"name": "ADD A,L", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "134": {"name": "ADD A,(HL)", "length": "1", "duration": "8", "flags": ["Z", "0", "H", "C"]}, "135": {"name": "ADD A,A", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "136": {"name": "ADC A,B", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "137": {"name": "ADC A,C", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "138": {"name": "ADC A,D", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "139": {"name": "ADC A,E", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "140": {"name": "ADC A,H", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "141": {"name": "ADC A,L", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "142": {"name": "ADC A,(HL)", "length": "1", "duration": "8", "flags": ["Z", "0", "H", "C"]}, "143": {"name": "ADC A,A", "length": "1", "duration": "4", "flags": ["Z", "0", "H", "C"]}, "144": {"name": "SUB B", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "145": {"name": "SUB C", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "146": {"name": "SUB D", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "147": {"name": "SUB E", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "148": {"name": "SUB H", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "149": {"name": "SUB L", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "150": {"name": "SUB (HL)", "length": "1", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "151": {"name": "SUB A", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "152": {"name": "SBC A,B", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "153": {"name": "SBC A,C", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "154": {"name": "SBC A,D", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "155": {"name": "SBC A,E", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "156": {"name": "SBC A,H", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "157": {"name": "SBC A,L", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "158": {"name": "SBC A,(HL)", "length": "1", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "159": {"name": "SBC A,A", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "160": {"name": "AND B", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "161": {"name": "AND C", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "162": {"name": "AND D", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "163": {"name": "AND E", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "164": {"name": "AND H", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "165": {"name": "AND L", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "166": {"name": "AND (HL)", "length": "1", "duration": "8", "flags": ["Z", "0", "1", "0"]}, "167": {"name": "AND A", "length": "1", "duration": "4", "flags": ["Z", "0", "1", "0"]}, "168": {"name": "XOR B", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "169": {"name": "XOR C", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "170": {"name": "XOR D", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "171": {"name": "XOR E", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "172": {"name": "XOR H", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "173": {"name": "XOR L", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "174": {"name": "XOR (HL)", "length": "1", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "175": {"name": "XOR A", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "176": {"name": "OR B", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "177": {"name": "OR C", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "178": {"name": "OR D", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "179": {"name": "OR E", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "180": {"name": "OR H", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "181": {"name": "OR L", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "182": {"name": "OR (HL)", "length": "1", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "183": {"name": "OR A", "length": "1", "duration": "4", "flags": ["Z", "0", "0", "0"]}, "184": {"name": "CP B", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "185": {"name": "CP C", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "186": {"name": "CP D", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "187": {"name": "CP E", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "188": {"name": "CP H", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "189": {"name": "CP L", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "190": {"name": "CP (HL)", "length": "1", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "191": {"name": "CP A", "length": "1", "duration": "4", "flags": ["Z", "1", "H", "C"]}, "192": {"name": "RET NZ", "length": "1", "duration": "20/8", "flags": ["-", "-", "-", "-"]}, "193": {"name": "POP BC", "length": "1", "duration": "12", "flags": ["-", "-", "-", "-"]}, "194": {"name": "JP NZ,a16", "length": "3", "duration": "16/12", "flags": ["-", "-", "-", "-"]}, "195": {"name": "JP a16", "length": "3", "duration": "16", "flags": ["-", "-", "-", "-"]}, "196": {"name": "CALL NZ,a16", "length": "3", "duration": "24/12", "flags": ["-", "-", "-", "-"]}, "197": {"name": "PUSH BC", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "198": {"name": "ADD A,d8", "length": "2", "duration": "8", "flags": ["Z", "0", "H", "C"]}, "199": {"name": "RST 00H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "200": {"name": "RET Z", "length": "1", "duration": "20/8", "flags": ["-", "-", "-", "-"]}, "201": {"name": "RET", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "202": {"name": "JP Z,a16", "length": "3", "duration": "16/12", "flags": ["-", "-", "-", "-"]}, "203": {"name": "PREFIX CB", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "204": {"name": "CALL Z,a16", "length": "3", "duration": "24/12", "flags": ["-", "-", "-", "-"]}, "205": {"name": "CALL a16", "length": "3", "duration": "24", "flags": ["-", "-", "-", "-"]}, "206": {"name": "ADC A,d8", "length": "2", "duration": "8", "flags": ["Z", "0", "H", "C"]}, "207": {"name": "RST 08H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "208": {"name": "RET NC", "length": "1", "duration": "20/8", "flags": ["-", "-", "-", "-"]}, "209": {"name": "POP DE", "length": "1", "duration": "12", "flags": ["-", "-", "-", "-"]}, "210": {"name": "JP NC,a16", "length": "3", "duration": "16/12", "flags": ["-", "-", "-", "-"]}, "212": {"name": "CALL NC,a16", "length": "3", "duration": "24/12", "flags": ["-", "-", "-", "-"]}, "213": {"name": "PUSH DE", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "214": {"name": "SUB d8", "length": "2", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "215": {"name": "RST 10H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "216": {"name": "RET C", "length": "1", "duration": "20/8", "flags": ["-", "-", "-", "-"]}, "217": {"name": "RETI", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "218": {"name": "JP C,a16", "length": "3", "duration": "16/12", "flags": ["-", "-", "-", "-"]}, "220": {"name": "CALL C,a16", "length": "3", "duration": "24/12", "flags": ["-", "-", "-", "-"]}, "222": {"name": "SBC A,d8", "length": "2", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "223": {"name": "RST 18H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "224": {"name": "LDH (a8),A", "length": "2", "duration": "12", "flags": ["-", "-", "-", "-"]}, "225": {"name": "POP HL", "length": "1", "duration": "12", "flags": ["-", "-", "-", "-"]}, "226": {"name": "LD (C),A", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "229": {"name": "PUSH HL", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "230": {"name": "AND d8", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "0"]}, "231": {"name": "RST 20H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "232": {"name": "ADD SP,r8", "length": "2", "duration": "16", "flags": ["0", "0", "H", "C"]}, "233": {"name": "JP (HL)", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "234": {"name": "LD (a16),A", "length": "3", "duration": "16", "flags": ["-", "-", "-", "-"]}, "238": {"name": "XOR d8", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "239": {"name": "RST 28H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "240": {"name": "LDH A,(a8)", "length": "2", "duration": "12", "flags": ["-", "-", "-", "-"]}, "241": {"name": "POP AF", "length": "1", "duration": "12", "flags": ["Z", "N", "H", "C"]}, "242": {"name": "LD A,(C)", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "243": {"name": "DI", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "245": {"name": "PUSH AF", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "246": {"name": "OR d8", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "247": {"name": "RST 30H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}, "248": {"name": "LD HL,SP+r8", "length": "2", "duration": "12", "flags": ["0", "0", "H", "C"]}, "249": {"name": "LD SP,HL", "length": "1", "duration": "8", "flags": ["-", "-", "-", "-"]}, "250": {"name": "LD A,(a16)", "length": "3", "duration": "16", "flags": ["-", "-", "-", "-"]}, "251": {"name": "EI", "length": "1", "duration": "4", "flags": ["-", "-", "-", "-"]}, "254": {"name": "CP d8", "length": "2", "duration": "8", "flags": ["Z", "1", "H", "C"]}, "255": {"name": "RST 38H", "length": "1", "duration": "16", "flags": ["-", "-", "-", "-"]}}, "cb_prefix": {"0": {"name": "RLC B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "1": {"name": "RLC C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "2": {"name": "RLC D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "3": {"name": "RLC E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "4": {"name": "RLC H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "5": {"name": "RLC L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "6": {"name": "RLC (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "7": {"name": "RLC A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "8": {"name": "RRC B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "9": {"name": "RRC C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "10": {"name": "RRC D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "11": {"name": "RRC E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "12": {"name": "RRC H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "13": {"name": "RRC L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "14": {"name": "RRC (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "15": {"name": "RRC A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "16": {"name": "RL B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "17": {"name": "RL C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "18": {"name": "RL D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "19": {"name": "RL E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "20": {"name": "RL H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "21": {"name": "RL L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "22": {"name": "RL (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "23": {"name": "RL A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "24": {"name": "RR B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "25": {"name": "RR C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "26": {"name": "RR D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "27": {"name": "RR E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "28": {"name": "RR H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "29": {"name": "RR L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "30": {"name": "RR (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "31": {"name": "RR A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "32": {"name": "SLA B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "33": {"name": "SLA C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "34": {"name": "SLA D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "35": {"name": "SLA E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "36": {"name": "SLA H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "37": {"name": "SLA L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "38": {"name": "SLA (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "39": {"name": "SLA A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "40": {"name": "SRA B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "41": {"name": "SRA C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "42": {"name": "SRA D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "43": {"name": "SRA E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "44": {"name": "SRA H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "45": {"name": "SRA L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "46": {"name": "SRA (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "0"]}, "47": {"name": "SRA A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "48": {"name": "SWAP B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "49": {"name": "SWAP C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "50": {"name": "SWAP D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "51": {"name": "SWAP E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "52": {"name": "SWAP H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "53": {"name": "SWAP L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "54": {"name": "SWAP (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "0"]}, "55": {"name": "SWAP A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "0"]}, "56": {"name": "SRL B", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "57": {"name": "SRL C", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "58": {"name": "SRL D", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "59": {"name": "SRL E", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "60": {"name": "SRL H", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "61": {"name": "SRL L", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "62": {"name": "SRL (HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "0", "C"]}, "63": {"name": "SRL A", "length": "2", "duration": "8", "flags": ["Z", "0", "0", "C"]}, "64": {"name": "BIT 0,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "65": {"name": "BIT 0,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "66": {"name": "BIT 0,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "67": {"name": "BIT 0,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "68": {"name": "BIT 0,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "69": {"name": "BIT 0,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "70": {"name": "BIT 0,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "71": {"name": "BIT 0,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "72": {"name": "BIT 1,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "73": {"name": "BIT 1,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "74": {"name": "BIT 1,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "75": {"name": "BIT 1,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "76": {"name": "BIT 1,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "77": {"name": "BIT 1,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "78": {"name": "BIT 1,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "79": {"name": "BIT 1,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "80": {"name": "BIT 2,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "81": {"name": "BIT 2,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "82": {"name": "BIT 2,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "83": {"name": "BIT 2,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "84": {"name": "BIT 2,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "85": {"name": "BIT 2,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "86": {"name": "BIT 2,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "87": {"name": "BIT 2,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "88": {"name": "BIT 3,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "89": {"name": "BIT 3,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "90": {"name": "BIT 3,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "91": {"name": "BIT 3,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "92": {"name": "BIT 3,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "93": {"name": "BIT 3,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "94": {"name": "BIT 3,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "95": {"name": "BIT 3,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "96": {"name": "BIT 4,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "97": {"name": "BIT 4,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "98": {"name": "BIT 4,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "99": {"name": "BIT 4,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "100": {"name": "BIT 4,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "101": {"name": "BIT 4,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "102": {"name": "BIT 4,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "103": {"name": "BIT 4,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "104": {"name": "BIT 5,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "105": {"name": "BIT 5,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "106": {"name": "BIT 5,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "107": {"name": "BIT 5,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "108": {"name": "BIT 5,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "109": {"name": "BIT 5,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "110": {"name": "BIT 5,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "111": {"name": "BIT 5,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "112": {"name": "BIT 6,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "113": {"name": "BIT 6,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "114": {"name": "BIT 6,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "115": {"name": "BIT 6,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "116": {"name": "BIT 6,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "117": {"name": "BIT 6,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "118": {"name": "BIT 6,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "119": {"name": "BIT 6,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "120": {"name": "BIT 7,B", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "121": {"name": "BIT 7,C", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "122": {"name": "BIT 7,D", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "123": {"name": "BIT 7,E", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "124": {"name": "BIT 7,H", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "125": {"name": "BIT 7,L", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "126": {"name": "BIT 7,(HL)", "length": "2", "duration": "16", "flags": ["Z", "0", "1", "-"]}, "127": {"name": "BIT 7,A", "length": "2", "duration": "8", "flags": ["Z", "0", "1", "-"]}, "128": {"name": "RES 0,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "129": {"name": "RES 0,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "130": {"name": "RES 0,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "131": {"name": "RES 0,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "132": {"name": "RES 0,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "133": {"name": "RES 0,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "134": {"name": "RES 0,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "135": {"name": "RES 0,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "136": {"name": "RES 1,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "137": {"name": "RES 1,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "138": {"name": "RES 1,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "139": {"name": "RES 1,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "140": {"name": "RES 1,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "141": {"name": "RES 1,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "142": {"name": "RES 1,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "143": {"name": "RES 1,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "144": {"name": "RES 2,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "145": {"name": "RES 2,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "146": {"name": "RES 2,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "147": {"name": "RES 2,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "148": {"name": "RES 2,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "149": {"name": "RES 2,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "150": {"name": "RES 2,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "151": {"name": "RES 2,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "152": {"name": "RES 3,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "153": {"name": "RES 3,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "154": {"name": "RES 3,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "155": {"name": "RES 3,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "156": {"name": "RES 3,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "157": {"name": "RES 3,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "158": {"name": "RES 3,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "159": {"name": "RES 3,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "160": {"name": "RES 4,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "161": {"name": "RES 4,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "162": {"name": "RES 4,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "163": {"name": "RES 4,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "164": {"name": "RES 4,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "165": {"name": "RES 4,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "166": {"name": "RES 4,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "167": {"name": "RES 4,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "168": {"name": "RES 5,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "169": {"name": "RES 5,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "170": {"name": "RES 5,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "171": {"name": "RES 5,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "172": {"name": "RES 5,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "173": {"name": "RES 5,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "174": {"name": "RES 5,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "175": {"name": "RES 5,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "176": {"name": "RES 6,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "177": {"name": "RES 6,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "178": {"name": "RES 6,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "179": {"name": "RES 6,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "180": {"name": "RES 6,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "181": {"name": "RES 6,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "182": {"name": "RES 6,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "183": {"name": "RES 6,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "184": {"name": "RES 7,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "185": {"name": "RES 7,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "186": {"name": "RES 7,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "187": {"name": "RES 7,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "188": {"name": "RES 7,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "189": {"name": "RES 7,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "190": {"name": "RES 7,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "191": {"name": "RES 7,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "192": {"name": "SET 0,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "193": {"name": "SET 0,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "194": {"name": "SET 0,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "195": {"name": "SET 0,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "196": {"name": "SET 0,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "197": {"name": "SET 0,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "198": {"name": "SET 0,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "199": {"name": "SET 0,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "200": {"name": "SET 1,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "201": {"name": "SET 1,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "202": {"name": "SET 1,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "203": {"name": "SET 1,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "204": {"name": "SET 1,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "205": {"name": "SET 1,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "206": {"name": "SET 1,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "207": {"name": "SET 1,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "208": {"name": "SET 2,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "209": {"name": "SET 2,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "210": {"name": "SET 2,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "211": {"name": "SET 2,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "212": {"name": "SET 2,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "213": {"name": "SET 2,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "214": {"name": "SET 2,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "215": {"name": "SET 2,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "216": {"name": "SET 3,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "217": {"name": "SET 3,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "218": {"name": "SET 3,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "219": {"name": "SET 3,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "220": {"name": "SET 3,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "221": {"name": "SET 3,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "222": {"name": "SET 3,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "223": {"name": "SET 3,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "224": {"name": "SET 4,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "225": {"name": "SET 4,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "226": {"name": "SET 4,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "227": {"name": "SET 4,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "228": {"name": "SET 4,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "229": {"name": "SET 4,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "230": {"name": "SET 4,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "231": {"name": "SET 4,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "232": {"name": "SET 5,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "233": {"name": "SET 5,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "234": {"name": "SET 5,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "235": {"name": "SET 5,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "236": {"name": "SET 5,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "237": {"name": "SET 5,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "238": {"name": "SET 5,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "239": {"name": "SET 5,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "240": {"name": "SET 6,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "241": {"name": "SET 6,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "242": {"name": "SET 6,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "243": {"name": "SET 6,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "244": {"name": "SET 6,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "245": {"name": "SET 6,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "246": {"name": "SET 6,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "247": {"name": "SET 6,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "248": {"name": "SET 7,B", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "249": {"name": "SET 7,C", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "250": {"name": "SET 7,D", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "251": {"name": "SET 7,E", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "252": {"name": "SET 7,H", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "253": {"name": "SET 7,L", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}, "254": {"name": "SET 7,(HL)", "length": "2", "duration": "16", "flags": ["-", "-", "-", "-"]}, "255": {"name": "SET 7,A", "length": "2", "duration": "8", "flags": ["-", "-", "-", "-"]}}}