--- /dev/null
+TEST 01: Insns that do not fit template
+Result code 6 (DAA failure)
+
+TEST 02: Instruction timing
+[test crashes immediately!]
+
+TEST 03: Branch insns
+
+TEST 04: LD r,r
+
+TEST 05: Misc insns
+
+TEST 06: (HL/BC/DE) insns
+35 (DEC (HL))
+34 (INC (HL))
+CB 1E (RR (HL))
+[test crashes, likely on RES]
+
+TEST 07: Immediate insns
+
+TEST 08: Register insns
+37 (SCF)
+3F (CCF)
+05 (DEC B)
+0D (DEC C)
+15 (DEC D)
+1D (DEC E)
+25 (DEC H)
+2D (DEC L)
+3D (DEC A)
+07 (RLCA)
+17 (RLA)
+0F (RRCA)
+1F (RRA)
+CB 18 (RR B)
+CB 19 (RR C)
+CB 1A (RR D)
+CB 1B (RR E)
+CB 1C (RR H)
+CB 1D (RR L)
+CB 1F (RR A)
+[test crashes, likely on RES]
+
+TEST 09: BC/DE/HL arith
+09 (ADD HL, BC)
+19 (ADD HL, DE)
+
+TEST 10: SP/HL instructions
+39 (ADD HL, SP)
+E8 01 (ADD SP, 1)
+E8 FF (ADD SP, -1)
+F8 01 (LD HL, SP+1)
+F8 FF (LD HL, SP-1)
+