mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-01 06:29:53 +00:00
Fix documentation (fixes #72)
This commit is contained in:
parent
9f40fc5066
commit
888f7a0fdb
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user