Riyyi 589faceb9b Doc: Clarify opcode mnemonic for 16-bit address registers
When you see a 16-bit register wrapped by parentheses, its referencing
the value at the address the register is pointing to rather than the
address itself.
2022-08-24 22:54:40 +02:00
2022-08-24 22:53:35 +02:00
2022-08-24 22:10:19 +02:00
2022-08-17 18:14:38 +02:00
2022-08-19 00:10:11 +02:00
2022-08-17 18:15:10 +02:00

GarbAGE (Garbage Accurate GameBoy Emulator)

Accurate GameBoy emulator.

Download

Clone

$ git clone https://gitlab.com/riyyi/garbage
$ cd garbage
$ git submodule init
$ git submodule update

Or

$ git clone --recursive https://gitlab.com/riyyi/garbage

Update

$ git pull
$ git submodule update --recursive

Build instructions

$ mkdir build
$ cd build
$ cmake .. && make

Contributing

Enable 'commit-hooks' to lint your changes before committing them.

$ ./vendor/ruc/script/pre-commit.sh install

Libraries

S
Description
GarbAGE (Garbage Accurate GameBoy Emulator)
Readme
1.9 MiB
Languages
C++ 96.3%
CMake 3.2%
Shell 0.5%