From 9e22faffffa20aa256a05468157404006e2e4d1e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 21 Dec 2023 00:02:51 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implemented the List scope which brings some handy macros and functions to manipulate big lists on the NES. Signed-off-by: Miquel Sabaté Solà --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d433fdc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.1 + +Initial version with a `list.s` file which implements the `List` scope. This +scope defines two 16-bit pointers from which you can manipulate a list, but they +are more useful when used together with the macros `LIST_INIT`, `LIST_IT_FROM` +and `LIST_NEXT`; and the functions `set`, `push` and `get`. -- cgit v1.2.3