summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 4525988..d95258d 100644
--- a/README.txt
+++ b/README.txt
@@ -51,6 +51,7 @@ will be skipped.
* bx Rm
* ldr{cond} Rn, +/-offset_12
* mov{cond} Rd, Rn
+ * mov{cond} Rd, immediate_8
* mov{cons}s r15, Rn
* str{cond} Rn, +/-offset_12
@@ -59,6 +60,9 @@ Moreover, the following Thumb instructions are supported:
* b +/-offset_11
* b{cond} +/-offset_8
* bx Rm
+ * mov Rd, Rn
+ * movs Rd, immediate_8
+ * movs Rd, Rn
When the virtual processor boots, the default mode is the sys mode. As no
supported instruction can change this mode, this is also the only mode for now.