1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-28 13:41:31 +00:00

Fix documentation (fixes #72)

This commit is contained in:
Karol Stasiak 2020-09-23 23:21:35 +02:00
parent 9f40fc5066
commit 888f7a0fdb

View File

@ -14,7 +14,7 @@ Examples:
void do_nothing() { }
inline byte two() = 2
extern asm void chkout(byte register(a) char) @ $FFD2
asm void chkout(byte register(a) char) @ $FFD2 extern
segment(prgrom0) void main_loop(word w, byte x) align(fast) { // body omitted