thwill
 Guru
 Joined: 16/09/2019 Location: United KingdomPosts: 4354 |
| Posted: 05:51pm 22 Feb 2022 |
|
|
|
Thanks Peter, I'm sure I will figure it out.
I've noticed that in general you've been having fun and games with char signedness. With GCC you can tell the compiler whether unqualified chars should be treated as unsigned or signed, I've done the former in MMB4L and been removing qualifiers where I encounter then, seems to be working for me.
YMMV but I'm not sure about using static function variables for this piece of state, it makes it difficult to "zero" out between RUNs.
Best wishes,
Tom Edited 2022-02-23 03:59 by thwill |