documentation - correction needed
zbyti opened this issue · 1 comments
zbyti commented
https://millfork.readthedocs.io/en/latest/lang/functions/
is:
extern asm void chkout(byte register(a) char) @ $FFD2
should:
asm void chkout(byte register(a) char) @ $FFD2 extern
KarolS commented
Thanks for noticing!
Funnily enough, I also sometimes get it wrong when coding in Millfork. Too much C influence, I guess.