Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blagojeblagojevic/8bit-stack-based-vm
8-BIT STACK VM
https://github.com/blagojeblagojevic/8bit-stack-based-vm
8-bit c emulator processor stack vm
Last synced: 4 days ago
JSON representation
8-BIT STACK VM
- Host: GitHub
- URL: https://github.com/blagojeblagojevic/8bit-stack-based-vm
- Owner: BlagojeBlagojevic
- Created: 2022-12-10T17:04:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:28:30.000Z (about 1 year ago)
- Last Synced: 2023-09-29T23:20:50.430Z (about 1 year ago)
- Topics: 8-bit, c, emulator, processor, stack, vm
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple implementation of stack based VM. The processor described has only 5 instructions:
1. MOVA
2. MOVX
3. MOVY
4. ADD
5. LOACD