From bd93b9f37998053682d9f50a87d58cd2c2900a38 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sun, 2 Jul 2017 09:17:27 +0200 Subject: [PATCH] OP codes cheatsheet, a WIP Rust emulator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19e3e8c..784de3e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Here you can find everything to get started and master the development of unoffi - [Opcode table](http://goldencrystal.free.fr/GBZ80Opcodes.pdf) - [Opcode table with timings and flags](http://www.devrs.com/gb/files/opcodes.html) - [Game Boy CPU Manual](http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf) - Assembly language commands, timings and opcodes. +- [OP Codes cheatsheet](http://pastraiser.com/cpu/gameboy/gameboy_opcodes.html) - [Assembly Language Programming Course](http://cratel.wichita.edu/cratel/ECE238Spr08) - Machine and assembly language programming concepts that illustrate basic principles and techniques. Application through study of the Z80 chip and Game Boy programming assignments (Center for Research in Arts, Technology, Education, and Learning CRATEL at Withicha State University). - [Game Boy Bootrom](http://www.neviksti.com/DMG/DMG_ROM.asm) - Commented dump of the DMG bootrom. - [GB Technical Information](http://fms.komkon.org/GameBoy/Tech/) - Some old code resources. @@ -125,6 +126,7 @@ Here you can find everything to get started and master the development of unoffi - [PyBoy](https://github.com/Baekalfen/PyBoy) - Python. Mac, Linux and Windows. - [scimitar](https://github.com/tompko/scimitar) - Rust. - [FunGBC](https://github.com/andreasjhkarlsson/fungbc) - F#. +- [barnacleboy](https://github.com/rep-nop/barnacleboy) - Rust. ## Software Development