alexsteb / tetris_disassembly

Disassembly of Tetris (Gameboy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tetris_disassembly

Disassembly of Tetris for the Gameboy.

Compiles 1:1 to the official Tetris (World) GB ROM.

To-dos:

  • finish code annotation
  • annotate data sections (and solve discrepancies)

To build, simply use RGBDS:

Linux:

  rgbasm -o main.o main.asm
  rgblink -o tetris.gb main.o

Windows:

  rgbasm.exe -o main.o main.asm
  rgblink.exe -o tetris.gb main.o

About

Disassembly of Tetris (Gameboy)

License:MIT License


Languages

Language:Assembly 100.0%