diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-08-25 17:53:06 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-08-25 17:53:06 -0400 |
| commit | ef89f5a85c590b35910ce89c37a2a8d920e1554e (patch) | |
| tree | 5afb58c82348abcda0c3b8eb2dfa4fa1293b28ee /README.md | |
| parent | 843806d7c80bfec8fcea5fae81961fa35c91a804 (diff) | |
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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~ |
