An open API service indexing awesome lists of open source software.

https://github.com/fredrik-hjarner/mega-drive-game


https://github.com/fredrik-hjarner/mega-drive-game

68000 68k clownassembler drive fasm fasm68k fasmg genesis mega mega-drive megadrive sega sega-genesis sega-mega-drive sega-megadrive

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Experimenting with the Mega Drive with [fasm68k](https://github.com/fredrik-hjarner/fasm68k).

Just playing around with Motorola 68000 assembly.

### to get

`git clone --recurse-submodules git@github.com:fredrik-hjarner/mega-drive-game.git`

### to build

`make build` or just `make`

### to install git hooks

`git config core.hooksPath .hooks`