Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argmaster/bytom
Toy virtual hardware designed ground up with custom ISA and assembler
https://github.com/argmaster/bytom
Last synced: 11 days ago
JSON representation
Toy virtual hardware designed ground up with custom ISA and assembler
- Host: GitHub
- URL: https://github.com/argmaster/bytom
- Owner: Argmaster
- License: mit
- Created: 2024-10-18T20:57:33.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:19:23.000Z (15 days ago)
- Last Synced: 2024-10-25T06:08:19.371Z (13 days ago)
- Language: C#
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bytom
[![codecov](https://codecov.io/github/Argmaster/bytom/graph/badge.svg?token=75JqvdVUCo)](https://codecov.io/github/Argmaster/bytom)
Bytom is collective name of a 32-bit virtual hardware platform with a custom 32-bit ISA
and tools for generating bytecode for the platform. The platform is designed to be a
simplified model of a real-world hardware. Currently the platform is in early stage of
development. Assembler executable can be built with Bytom.Assembler.Executable target.