Fork of https://github.com/fox32-arch/fox32asm, mirrored on github at https://github.com/xeniagda/fox32asm-mirror
2c932cef4b
Before: fox32asm 0.3.0 (94dd0fe) Generating raw binary Parsing includes... Parsing file... thread 'main' panicked at 'parse was unsuccessful: Error { variant: ParsingError { positives: [EOI, origin, include_bin, data, constant, label_kind, size, instruction], negatives: [] }, location: Pos(4), line_col: Pos((1, 5)), path: None, line: "nop 42␊", continued_line: None }', src/main.rs:529:60 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace After: fox32asm 0.3.0 (2abba95) Generating raw binary Parsing includes... Parsing file... Error { variant: ParsingError { positives: [ EOI, origin, include_bin, data, constant, label_kind, size, instruction, ], negatives: [], }, location: Pos( 4, ), line_col: Pos( ( 1, 5, ), ), path: None, line: "nop 42␊", continued_line: None, } |
||
---|---|---|
.github/workflows | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
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.