hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
719 stars 56 forks source link

Add --extra command option #31

Closed thecodewarrior closed 4 years ago

thecodewarrior commented 4 years ago

Adds the --extra option to support exporting to multiple formats at once. For example, you can output both a binary file for execution and an annotated file for debugging with one command.