From a44acfe610c0792fb1bcab2dd081a1344286af05 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 21 Dec 2023 18:39:18 +0100 Subject: Finished the second part of day 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to do so I had to come up with a custom list library because otherwise keeping up with the enunciate and the memory management logic was a bit chaotic. Signed-off-by: Miquel Sabaté Solà --- test/4.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/4.lua') diff --git a/test/4.lua b/test/4.lua index 41cbec2..129325c 100644 --- a/test/4.lua +++ b/test/4.lua @@ -2,7 +2,10 @@ utils = require "utils" utils.StartRun("4") -utils.MemTest("@test", {{0x07, "92"}, {0x08, "52"}}) +utils.MemTest("@test", { + {0x07, "92"}, {0x08, "52"}, -- Part 1 + {0x09, "84"}, {0x0A, "A4"}, {0x0B, "6D"}, {0x0C, "00"} -- Part 2 +}) -- The test appears to be done in a few frames. Let's run this several times -- just in case. -- cgit v1.2.3