The result is a linked list library/utility I've written for use in ca65 projects, and can be used to instance, implement, and use my linked list approach: https://github.com/indigodarkwolf/x16-linkedlist-asm
The joy of macros, making life easier for everyone except the macro author.
![Laughing :lol:](./images/smilies/icon_lol.gif)
I have some basic documentation in linkedlist.inc in the github repo, but will follow up on this thread later with additional documentation.