mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-03 19:31:02 +00:00
Fix documentation (fixes #72)
This commit is contained in:
parent
9f40fc5066
commit
888f7a0fdb
@ -14,7 +14,7 @@ Examples:
|
|||||||
|
|
||||||
void do_nothing() { }
|
void do_nothing() { }
|
||||||
inline byte two() = 2
|
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
|
segment(prgrom0) void main_loop(word w, byte x) align(fast) { // body omitted
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user