Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgimad/chip8_kolibri
CHIP-8 emulator for KolibriOS, written in fasm
https://github.com/rgimad/chip8_kolibri
fasm kolibrios
Last synced: 2 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T17:06:24.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:10:24.658Z (3 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
![screenshot](https://github.com/rgimad/chip8_kolibri/blob/main/screens/screen3.png "Screenshot")
![screenshot](https://github.com/rgimad/chip8_kolibri/blob/main/screens/screen4.png "Screenshot1")#### Usage example:
In shell in current directory:
```
chip8 roms/ibm.ch8
```