diff --git a/roms/cpu_instr/01-special.gb b/roms/cpu_instr/01-special.gb new file mode 100644 index 0000000..ad3e998 Binary files /dev/null and b/roms/cpu_instr/01-special.gb differ diff --git a/roms/cpu_instr/02-interrupts.gb b/roms/cpu_instr/02-interrupts.gb new file mode 100644 index 0000000..2089594 Binary files /dev/null and b/roms/cpu_instr/02-interrupts.gb differ diff --git a/roms/cpu_instr/03-op sp,hl.gb b/roms/cpu_instr/03-op sp,hl.gb new file mode 100644 index 0000000..50b3cc7 Binary files /dev/null and b/roms/cpu_instr/03-op sp,hl.gb differ diff --git a/roms/cpu_instr/04-op r,imm.gb b/roms/cpu_instr/04-op r,imm.gb new file mode 100644 index 0000000..58ca7b8 Binary files /dev/null and b/roms/cpu_instr/04-op r,imm.gb differ diff --git a/roms/cpu_instr/05-op rp.gb b/roms/cpu_instr/05-op rp.gb new file mode 100644 index 0000000..1c19d92 Binary files /dev/null and b/roms/cpu_instr/05-op rp.gb differ diff --git a/roms/cpu_instr/06-ld r,r.gb b/roms/cpu_instr/06-ld r,r.gb new file mode 100644 index 0000000..d497bfd Binary files /dev/null and b/roms/cpu_instr/06-ld r,r.gb differ diff --git a/roms/cpu_instr/07-jr,jp,call,ret,rst.gb b/roms/cpu_instr/07-jr,jp,call,ret,rst.gb new file mode 100644 index 0000000..5c8d20b Binary files /dev/null and b/roms/cpu_instr/07-jr,jp,call,ret,rst.gb differ diff --git a/roms/cpu_instr/08-misc instrs.gb b/roms/cpu_instr/08-misc instrs.gb new file mode 100644 index 0000000..4da139b Binary files /dev/null and b/roms/cpu_instr/08-misc instrs.gb differ diff --git a/roms/cpu_instr/09-op r,r.gb b/roms/cpu_instr/09-op r,r.gb new file mode 100644 index 0000000..e30e6ec Binary files /dev/null and b/roms/cpu_instr/09-op r,r.gb differ diff --git a/roms/cpu_instr/10-bit ops.gb b/roms/cpu_instr/10-bit ops.gb new file mode 100644 index 0000000..8988458 Binary files /dev/null and b/roms/cpu_instr/10-bit ops.gb differ diff --git a/roms/cpu_instr/11-op a,(hl).gb b/roms/cpu_instr/11-op a,(hl).gb new file mode 100644 index 0000000..0634b7f Binary files /dev/null and b/roms/cpu_instr/11-op a,(hl).gb differ