fox32asm/README.md

19 lines
639 B
Markdown
Raw Permalink Normal View History

2022-01-31 12:11:08 +01:00
# fox32asm
**fox32asm** is a work-in-progress assembler for **fox32**.
2022-08-01 02:20:28 +02:00
## Getting Started
2022-01-31 12:11:08 +01:00
2022-08-01 02:20:28 +02:00
Stable releases are available on the [Releases page](https://github.com/fox32-arch/fox32asm/releases).
Prebuilt binaries of the latest commit are also available on the [GitHub Actions page](https://github.com/fox32-arch/fox32asm/actions).
### 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.
2022-01-31 12:11:08 +01:00
## License
2022-08-01 02:20:28 +02:00
This project is licensed under the [MIT license](LICENSE).