Go to file
Ry 9fb445f688 fox32+fox32asm: Add proper support for greater than and less than
This adds IFGT, IFGTEQ, IFLT, and IFLTEQ, which makes it easier to
check for these conditions.
2022-03-12 12:15:27 -08:00
src fox32+fox32asm: Add proper support for greater than and less than 2022-03-12 12:15:27 -08:00
build.rs fox32asm: Show version info on startup 2022-01-27 18:35:15 -08:00
Cargo.lock fox32asm: Show version info on startup 2022-01-27 18:35:15 -08:00
Cargo.toml fox32asm: Show version info on startup 2022-01-27 18:35:15 -08:00
LICENSE Add LICENSE 2022-01-31 01:51:26 -08:00
README.md Add unfinished READMEs 2022-01-31 03:11:08 -08:00

fox32asm

fox32asm is a work-in-progress assembler for fox32.

Usage

fox32asm <input> <output>

License

This project is licensed under the MIT license.