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
- Host: GitHub
- URL: https://github.com/argmaster/bytom
- Owner: Argmaster
- License: mit
- Created: 2024-10-18T20:57:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:19:23.000Z (over 1 year ago)
- Last Synced: 2024-10-25T06:08:19.371Z (over 1 year 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
[](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.