Go to file
xenia e15991af44 run workflow on all branches 2024-02-22 20:23:15 +01:00
.github/workflows run workflow on all branches 2024-02-22 20:23:15 +01:00
src Handle builds outside nix 2024-02-03 12:00:36 +01:00
.envrc flakeify 2024-02-03 11:55:45 +01:00
.gitignore Update gitignore 2024-02-04 11:24:58 +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
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
flake.lock flakeify 2024-02-03 11:55:45 +01:00
flake.nix Update rev generation 2024-02-14 22:09:07 +01:00

README.md

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.