1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-10 11:54:30 +00:00
millfork/include/c64_basic.mfk

6 lines
138 B
Plaintext
Raw Normal View History

2017-12-06 23:23:30 +00:00
// Routines from C64 BASIC ROM
import c64_kernal
// print a 16-bit number on the standard output
asm void putword(word xa) @$BDCD extern