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

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

Awesome Lists containing this project

README

          

![Micro CPU](https://latex.codecogs.com/png.latex?\dpi{200}&space;\fn_phv&space;\huge&space;\mu&space;CPU)
===
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.