]> git.mdlowis.com Git - proto/forth.git/commitdiff
added register allocation comment
authorMike Lowis <mike.lowis@gentex.com>
Thu, 18 Jul 2024 20:18:08 +0000 (16:18 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Thu, 18 Jul 2024 20:18:08 +0000 (16:18 -0400)
asm.s

diff --git a/asm.s b/asm.s
index 0d6aa47f9a5791586c0b15dc351af6bd1c4196dc..2943bea87971e7d3caa61fffee3cc713232e541a 100644 (file)
--- a/asm.s
+++ b/asm.s
@@ -1,3 +1,9 @@
+# REGISTER ALLOCATION
+#
+# RSP   Return Stack
+# RBP   Argument Stack
+# RBX   Top of Stack
+
 # WORD DEFINITION STRUCTURE
 #
 # +----------------------+