hypo machine and assembler
Go to file
ipc 380acbdc5f initial commit 2023-05-28 17:31:59 +02:00
asm initial commit 2023-05-28 17:31:59 +02:00
cmd initial commit 2023-05-28 17:31:59 +02:00
cpu initial commit 2023-05-28 17:31:59 +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 initial commit 2023-05-28 17:31:59 +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