Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamemake-eng/ratvm
A small VM made by a rat
https://github.com/gamemake-eng/ratvm
Last synced: about 1 month ago
JSON representation
A small VM made by a rat
- Host: GitHub
- URL: https://github.com/gamemake-eng/ratvm
- Owner: gamemake-eng
- Created: 2024-07-11T01:12:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T02:13:31.000Z (6 months ago)
- Last Synced: 2024-07-11T03:54:05.182Z (6 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RATVM: A simple VM made by a rat
This is a C rewrite of a ISA that I first wrote in javascript for the [VecBoy](https://github.com/gamemake-eng/VecBoy) Fantasy console. I designed it so that it can be added to any project just by copying the directory and adding the files to your project.
## Features
- 16-BIT
- 2 256 byte working stacks
- 256 levels of nested subroutines
- ~65kb max ram
- *new* 256 serial lines
## What's next
I am hoping to be able to use this as a base for future fantasy consoles that I can have one underlining platform for. I am also planning to make a forth like language for the ISA to make development easier (because simple rat asm can be hard to work with).
## Credits
Thanks r100 for creating uxn which was the inspiration for RatVm