1
0
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:
Karol Stasiak
2020-07-31 16:07:39 +02:00
parent d77ecba518
commit 4e1958d831
6 changed files with 157 additions and 8 deletions
+5 -1
View File
@@ -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
}