summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-08-25 17:53:06 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-08-25 17:53:06 -0400
commitef89f5a85c590b35910ce89c37a2a8d920e1554e (patch)
tree5afb58c82348abcda0c3b8eb2dfa4fa1293b28ee /README.md
parent843806d7c80bfec8fcea5fae81961fa35c91a804 (diff)
Added command line optionsHEADmain
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3335f3..d171d24 100755
--- a/README.md
+++ b/README.md
@@ -7,6 +7,14 @@ QDMA is a simple MIPS assembler written in Go for
emulator. QDMA implements a partial version of the Executable and Linkable
Format (ELF), [See Partial ELF for more information](#Partial-ELF).
+## Options
+
+- `-o output` set an output file name
+
+- `-b` Set byte order to big endian (default is native)
+
+- `-l` Set byte order to little endian (default is native)
+
## TODO
- ~Assemble Instructions into Binary~