Go to file
2024-02-03 11:57:07 +01:00
.github/workflows GitHub CI: Bump actions/{checkout,upload-artifact} to v3 2023-02-01 23:30:46 +01:00
src Remove vergen and use nix instead 2024-02-03 11:56:04 +01:00
.envrc flakeify 2024-02-03 11:55:45 +01:00
.gitignore flakeify 2024-02-03 11:55:45 +01:00
Cargo.lock Remove vergen and use nix instead 2024-02-03 11:56:04 +01:00
Cargo.toml Remove vergen and use nix instead 2024-02-03 11:56:04 +01:00
flake.lock flakeify 2024-02-03 11:55:45 +01:00
flake.nix Short revision 2024-02-03 11:57:07 +01:00
LICENSE Add LICENSE 2022-01-31 01:51:26 -08:00
README.md Prepare for the 1st release 2022-07-31 17:20:28 -07:00

fox32asm

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

Getting Started

Stable releases are available on the Releases page.

Prebuilt binaries of the latest commit are also available on the GitHub Actions page.

Usage

fox32asm expects arguments in the following order: fox32asm <input> <output>

<output> should end in the file extension .fxf if building a relocatable FXF binary, otherwise a raw binary will be generated instead.

License

This project is licensed under the MIT license.