https://github.com/rgimad/chip8_kolibri
CHIP-8 emulator for KolibriOS, written in fasm
https://github.com/rgimad/chip8_kolibri
fasm kolibrios
Last synced: about 2 months ago
JSON representation
CHIP-8 emulator for KolibriOS, written in fasm
- Host: GitHub
- URL: https://github.com/rgimad/chip8_kolibri
- Owner: rgimad
- License: gpl-2.0
- Created: 2021-02-18T09:49:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T17:06:24.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T09:44:09.669Z (7 months ago)
- Topics: fasm, kolibrios
- Language: Assembly
- Homepage:
- Size: 1.37 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### CHIP-8 emulator for KolibriOS, written in fasm

#### Usage example:
In shell in current directory:
```
chip8 roms/ibm.ch8
```