Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 577 Bytes

Assembler

CircleCI

Quick Start

Run asm as follows:

asm in.s -i W8 -o out.txt

Option -i is used to specify the instruction set, and option -o is the output file. Option -h may be used to display a help message.

See the wiki for more information such as syntax and adding an instruction set.