-
Notifications
You must be signed in to change notification settings - Fork 4
Assembler
Darren Kulp edited this page Aug 21, 2012
·
8 revisions
The tenyr assembler (tas.c
) converts between tenyr assembly language and assembled representations (currently either absolute binary files or ASCII-encoded hexadecimal 32-bit words).
tas --help
produces the following usage description :
Usage: ./tas [ OPTIONS ] file [ file ... ]
Options:
-d, --disassemble disassemble (default is to assemble)
-f, --format=F select output format (obj, raw, text, verilog)
-o, --output=X write output to filename X
-s, --strict disable syntax sugar in disassembly
-v, --verbose disable simplified disassembly output
-h, --help display this message
-V, --version print the string 'tas version v0.3.4-260-ga591c1d'