blog post 2

This commit is contained in:
2026-03-09 16:53:27 -06:00
parent 55a3c6a2fe
commit 71d79d0a6d
2 changed files with 137 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ and the result value `42` is successfully collected from `RA`.
**Function signature:** `result = func(a, b, c, d, e, f, g, h)`
**Output**
**Output:**
```
===== TEST 2: 8 arguments, some on the stack =====
=== State after do_function_call ===
@@ -67,7 +67,6 @@ all stack entries are cleaned and the result `99` is collected from `RA`.
**Output:**
```
===== TEST 3: Boolean arguments =====
=== State after do_function_call ===
Registers used: ['RA', 'RB']