D'oh! My memory model is WRONG and I need to rethink.

This commit is contained in:
Simon Brooke 2026-04-06 16:12:53 +01:00
parent 74b47f4380
commit f9cbc40e0a

View file

@ -13,6 +13,10 @@
* I needed to install (on Debian) the package `gcc-multilib` to get this to * I needed to install (on Debian) the package `gcc-multilib` to get this to
* link. * 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 <simon@journeyman.cc> * (c) 2026 Simon Brooke <simon@journeyman.cc>
* Licensed under GPL version 2.0, or, at your option, any later version. * Licensed under GPL version 2.0, or, at your option, any later version.
*/ */