1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-03-11 17:41:49 +00:00
Files
millfork/include/a8_kernel.mfk
2017-12-07 00:23:30 +01:00

9 lines
94 B
Plaintext

asm void putchar(byte a) {
tax
lda $347
pha
lda $346
pha
txa
rts
}