From: Mike Lowis Date: Thu, 18 Jul 2024 20:18:08 +0000 (-0400) Subject: added register allocation comment X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b17fe85007076c83bda1dfa6bb7471555a538170;p=proto%2Fforth.git added register allocation comment --- diff --git a/asm.s b/asm.s index 0d6aa47..2943bea 100644 --- 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 # # +----------------------+