hypo machine and assembler
Go to file
mos 2409c2cf1a redirect imports to new git url 2024-03-31 16:21:24 +02:00
asm initial commit 2023-05-28 17:31:59 +02:00
cmd redirect imports to new git url 2024-03-31 16:21:24 +02:00
cpu redirect imports to new git url 2024-03-31 16:21:24 +02:00
sample initial commit 2023-05-28 17:31:59 +02:00
LICENSE initial commit 2023-05-28 17:31:59 +02:00
Makefile initial commit 2023-05-28 17:31:59 +02:00
README.md initial commit 2023-05-28 17:31:59 +02:00
go.mod redirect imports to new git url 2024-03-31 16:21:24 +02:00

README.md

hypo

hypo is an interpreter for the hypo architecture.

hypoc

hypoc is the hypo assembler. Samples of assembler code are included in the sample directory.

Install

To compile, type in:

make

To install the binaries:

make install