mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-22 00:17:03 +00:00
Preprocessor. Z80 improvements. Library improvements.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
#if not(ATARI_8)
|
||||
#warn a8_kernel module should be used only on Atari computer-compatible targets
|
||||
#endif
|
||||
|
||||
asm void putchar(byte a) {
|
||||
tax
|
||||
lda $347
|
||||
|
||||
Reference in New Issue
Block a user