hypo/README.md

19 lines
244 B
Markdown
Raw Normal View History

2023-05-28 15:31:59 +00:00
# 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`