Prepare for the 1st release

mebi-patch
Ry 2022-07-31 17:20:28 -07:00
parent a6fc3f9762
commit a40b9fccc6
1 changed files with 11 additions and 3 deletions

View File

@ -2,9 +2,17 @@
**fox32asm** is a work-in-progress assembler for **fox32**.
## Usage
## Getting Started
`fox32asm <input> <output>`
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.
## License
This project is licensed under the [MIT license](LICENSE).
This project is licensed under the [MIT license](LICENSE).