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
- Host: GitHub
- URL: https://github.com/aegis-dev/shard_lang
- Owner: aegis-dev
- License: lgpl-3.0
- Created: 2022-01-19T19:00:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T12:40:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T13:27:09.333Z (about 1 year ago)
- Topics: asm, assembly, assmebler, embeddable, programming-language, rust, virtual-machine, vm
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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