millfork/include/c64_basic.mfk

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