summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-22 12:01:54 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-22 12:01:54 -0400
commitd77453f48c9bd1a59938da815004feaf9f147d6a (patch)
tree70c98e8b7c0bdaac1cd544a00aaf54b530ad7e77 /README.md
parenta8a4d0ceff7ea57a7b11236a634cf6d9a6be75bd (diff)
Switched to Native Byte Order from Big Endian
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7b8757..e5386d0 100755
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@
## Intro
QDME is a simple MIPS emulator written in C. Currently the binary file must be
-manually created, eventually this will change.
+manually created, eventually this will change. QDME will use the native byte
+order of the machine. [QDMA](https://github.com/JacobMcDonnell/QDMA), the
+assembler written for this emulator, also assembles based on the host byte
+order.
## Instructions
|Instruction|Type|Action|