mirror of
https://github.com/KarolS/millfork.git
synced 2026-03-11 17:41:49 +00:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
// Routines from C64 BASIC ROM
|
|
|
|
import c64_kernal
|
|
|
|
// print a 16-bit number on the standard output
|
|
asm void putword(word xa) @$BDCD extern |