From ef89f5a85c590b35910ce89c37a2a8d920e1554e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 25 Aug 2024 17:53:06 -0400 Subject: Added command line options --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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~ -- cgit v1.2.3