We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove trailing spaces in usage descriptions
Update usage descriptions
Remove old references to `.utf32` In https://github.com/kulp/tenyr/commit/ff82e04e8a6efa373585c7ff61f607d0b021761b all references to UTF-32 and the `.utf32` directive were meant to be removed.
Replace references to rel with `@+`
Drop references to .cpp in filenames
Remove references to `//` and `/*` comments We were also incorrectly stating that there was no line continuation character, when there actually was, until recently. Comment syntax is being simplified to `#`-style comments only, with no line-continuation.
Clarify description of symbol addresses
Add newlines at the end of files missing them
Clarify provenance of .texe files
Qualify level of testing for Xilinx ISE
Remove reference to Quartus
Update --help descriptions
Drop promises for Forth/LCC/RTOS
Clarify which directory we are in
Show GTKWave in action
Explain how to get started with tenyr on Icarus
Supply missing close-parenthesis
Type3 has 20-bit immediates now, not 24-bit
Operation code 4 is no longer reserved
Switching to new type3 format
Since kulp/tenyr@8b277b5, precedence is implemented
Minor tweaks for consistency
Update usage descriptions for v0.8.0
Now asm/disasm round trips are perfect
Improve wording about syntax sugar
Renumber ops
Make >> the arithmetic shift
Replace <> operator with @
Switching `^~` to `|~` in wiki