https://github.com/herrhotzenplotz/lr35902as
Silly lr35902 (GameBoy) assembler and disassembler
https://github.com/herrhotzenplotz/lr35902as
Last synced: 28 days ago
JSON representation
Silly lr35902 (GameBoy) assembler and disassembler
- Host: GitHub
- URL: https://github.com/herrhotzenplotz/lr35902as
- Owner: herrhotzenplotz
- License: bsd-2-clause
- Created: 2023-06-13T17:51:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T23:18:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T17:48:06.585Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LR35902 Assembler and Disassembler
Just an experimental assembler and disassembler for the Sharp LR35902
CPU. This is the CPU used in the Gameboys.
The assembler outputs flat binaries at the moment.
## Build
Just run make, damnit.
## Usage
```console
$ ./lr35902as input.S output.bin
$ ./lr35902dis input.bin
```
## License
See LICENSE file. The opcodes.json file is taken from
https://github.com/lmmendes/game-boy-opcodes (MIT License).