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

https://github.com/aegis-dev/shard_lang

Toy assembly language with embeddable 8bit VM written in Rust
https://github.com/aegis-dev/shard_lang

asm assembly assmebler embeddable programming-language rust virtual-machine vm

Last synced: 11 months ago
JSON representation

Toy assembly language with embeddable 8bit VM written in Rust

Awesome Lists containing this project

README

          

# shard_lang
Toy assembly language with embeddable 8bit VM written in pure Rust

## Specifications
* 8bit execution mode
* 16bit addressing
* Custom memory accessors via Memory trait interface

## Work in progress