From f9cbc40e0afa3cb79e5f06f164be16af5d768e99 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 6 Apr 2026 16:12:53 +0100 Subject: [PATCH] D'oh! My memory model is WRONG and I need to rethink. --- src/c/day1.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/c/day1.c b/src/c/day1.c index 16947c9..28ed48d 100644 --- a/src/c/day1.c +++ b/src/c/day1.c @@ -13,6 +13,10 @@ * I needed to install (on Debian) the package `gcc-multilib` to get this to * link. * + * The rest of day 1 is setting ip memory representation, which I've already + * done in `memory.h`, and which I'm consciously doing differently from the + * way that Zentis does it. + * * (c) 2026 Simon Brooke * Licensed under GPL version 2.0, or, at your option, any later version. */