0.4.0 • Published 6 years ago

fma-cli v0.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

FMA cli tool

FMA (famicom macro assembler) is a powerful assembler mainly developed for creating SNES applications.

Please see the https://github.com/BenjaminSchulte/fma[fma] package for further details

== Installation

To install FMA you need to have NPM installed. Then simply call:

source,bash npm install -g fma-cli

== Usage

To get a list of all command line arguments, call fma --help from command line.

source,bash fma -o output.sfc file1.fma file2.fma

|=== | Parameter | Description

| -I | Adds an include path | -o | Defines the output file (Default a.sfc) | -s | Writes a symbol file | -D | Defines a folder where to write the documentation to | --doc-package | Only export documentation for modules with ;; @package |===

== License

FMA is licensed with the link:./LICENSE.adocMIT license. Author: Benjamin Schulte