Skip to content

Book-reader/cat64-or-something

Repository files navigation

Cat64 or something

Inspired by Fox32

Note

Program doesn't compile? try this:

$ git clone https://github.com/c3lang/c3c
$ cd c3c
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

usage:

c3c build -O5 emulator
./build/emulator <input file> <string at address 0xff>
c3c build -O5 assembler
./build/assembler <input file> <output file>

can also be ran as:

c3c run <emulator/assembler> -- <args>
``

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published