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 months ago
JSON representation

Toy virtual hardware designed ground up with custom ISA and assembler

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.