https://github.com/dcubix/ucpu
Small virtual console
https://github.com/dcubix/ucpu
assembly-language fantasy-console game-development virtual-machine
Last synced: 4 months ago
JSON representation
Small virtual console
- Host: GitHub
- URL: https://github.com/dcubix/ucpu
- Owner: DCubix
- Created: 2018-04-24T22:49:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T01:53:43.000Z (over 7 years ago)
- Last Synced: 2025-04-03T23:51:12.562Z (6 months ago)
- Topics: assembly-language, fantasy-console, game-development, virtual-machine
- Language: C
- Homepage:
- Size: 69.3 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

===
Small (micro) virtual game console (fantasy console).## Specifications
- Custom assembly language
- 48Kb of RAM
- 8 registers
- 120x96 screen## Building
Just type
```
$ make
```## Usage
```
$ ucpu or
```See test.ASM for an example.