https://github.com/naavis/gameboy-skrolli-example
Example code for Skrolli 2017.2 Game Boy article
https://github.com/naavis/gameboy-skrolli-example
assembly assembly-language assembly-language-programming educational gameboy magazine
Last synced: 19 days ago
JSON representation
Example code for Skrolli 2017.2 Game Boy article
- Host: GitHub
- URL: https://github.com/naavis/gameboy-skrolli-example
- Owner: naavis
- License: cc0-1.0
- Created: 2017-04-12T18:27:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T05:23:06.000Z (about 9 years ago)
- Last Synced: 2025-03-02T09:45:46.572Z (over 1 year ago)
- Topics: assembly, assembly-language, assembly-language-programming, educational, gameboy, magazine
- Language: Batchfile
- Size: 653 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Game Boy example for Skrolli Magazine 2017.2
==========================================

The cart header is contained in [header.z80](header.z80), and [macros.inc](macros.inc) contains some convenience macros. All the relevant executable code is in [main.z80](main.z80).
How to compile and run
----------------------
`run.bat` builds and runs the ROM image (example.gb) on Windows using
[Rednex GameBoy Development System](https://github.com/rednex/rgbds) and [BGB Gameboy Emulator](http://bgb.bircd.org/).