summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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~