* Runer112 checks documentation
Oh,
Disp ►Tok and
Text ►Tok call for different arguments. That's a little confusing. But I see how printing the token pointed to would generally be more useful. Maybe
Disp ►Tok should be changed to accept a pointer to a token as well for consistency? I think it would only need to be two bytes bigger;
ld e,(hl) \ inc hl \ ld d,(hl) instead of
ex de,hl. And this would actually be saving two bytes for printing tokens from a pointer.