1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +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
+1 -1
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