summaryrefslogtreecommitdiff
path: root/src/bin/tq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/tq.rs')
-rw-r--r--src/bin/tq.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/tq.rs b/src/bin/tq.rs
index 571a628..a41aba9 100644
--- a/src/bin/tq.rs
+++ b/src/bin/tq.rs
@@ -78,18 +78,18 @@ Environment variables:
into the program.
Output formats:
- <cmd>
+ cmd
CMD module load format used by the CP/M operating system.
- <debug>
+ debug
Print assembled words as human-readable binary literals.
- <inhx>
+ inhx
Original 8-bit Intel hex format.
- <inhx32>
+ inhx32
Modified 16-bit Intel hex format used by Microchip.
- <raw>
+ raw
Assembled words are converted to big-endian bytestrings and concatenated.
Each word is padded to the nearest byte. Words must all be the same width.
- <source>
+ source
Print the source file before assembly, with symbols resolved.
Created by Ben Bridle.