-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# 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 with no way of compiling assembly or running the bytecode, come back in a | ||
few weeks or months :D | ||
development. Assembler executable can be built with Bytom.Assembler.Executable target. |