mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-20 03:16:45 +00:00
CoCo: Examples and tests
This commit is contained in:
@@ -50,4 +50,8 @@ _lo_nibble_to_hex_lbl:
|
||||
|
||||
macro asm void panic() {
|
||||
? JSR _panic
|
||||
}
|
||||
}
|
||||
|
||||
noinline asm word call(word register(x) routine) {
|
||||
JMP ,X
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user