From f1684ef40d3d414a30975627f32e5eeaf65aea66 Mon Sep 17 00:00:00 2001 From: Diego Lopez <2109094@upy.edu.mx> Date: Mon, 9 Mar 2026 13:16:24 -0600 Subject: [PATCH] update --- calling-convention/Output-explanation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calling-convention/Output-explanation.md b/calling-convention/Output-explanation.md index 123a9c5..5d359ab 100644 --- a/calling-convention/Output-explanation.md +++ b/calling-convention/Output-explanation.md @@ -20,8 +20,10 @@ RS points to: 4 Clean stack: [] RS: 0 Collected result: {'result': {'type': 'result', 'value': 42}} +``` **Explanation:** + Since there is only one argument and it fits in a single register, it is placed directly in `RA` (the first available argument register). Before the call, the 4 caller-saved registers (R0-R3) are pushed onto the