hypo/README.md

19 lines
244 B
Markdown

# 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`