summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--research/registers.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/research/registers.txt b/research/registers.txt
index a4e686f..4cf2b00 100644
--- a/research/registers.txt
+++ b/research/registers.txt
@@ -6,16 +6,10 @@ MR: Malloc Register
Name: `__mr`
-AR: Array Register
-------------------
+R: General-Purpose Register
+---------------------------
-Names: `__ar0`, `__ar1`, ..., `__arN`
+Names: `__r0`, `__r1`, ..., `__rN`
-Allocated at compile time when translating array operators.
-
-RR: Return Register
--------------------
-
-Names: `__rr0`, `__rr1`, ..., `__rrN`
-
-Allocated at run time when translating subshell-less string returns.
+Allocated at compile time when translating array operators and subshell-less
+string returns.