Skip to content
Darren Kulp edited this page Dec 28, 2014 · 8 revisions

The tenyr assembler (tas.c) converts between tenyr assembly language and assembled representations.

There are several possible assembled representations :

  • obj - [tenyr objects](object format) (the default)
  • raw - absolute binary files
  • text - ASCII-encoded hexadecimal 32-bit words, one per line
  • memh - Verilog VMEM (IEEE Verilog-2005) memory format (described in the srec_vmem(5) man page)

tas --help produces a usage description.

Clone this wiki locally