mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-23 00:33:18 +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 |