fasm

command
v0.0.0-...-bcc578f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

Flame Assembler

Install

go install aletheiaware.com/flamego/cmd/fasm

Usage

Assemble the given file(s) only.

fasm file.asm

Assemble the given file(s) and log verbose information to standard out.

fasm -v file.asm

Assemble the given file(s) and write the binary to the given file.

fasm -o file.bin file.asm

Assemble the given file(s) and write the addresses to the given file.

fasm -a file.address file.asm

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL