1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-12 19:29:51 +00:00
millfork/include/stdlib.mfk

10 lines
142 B
Plaintext
Raw Normal View History

2017-12-07 00:23:30 +01:00
// target-independent things
#if ARCH_6502
import stdlib_6502
#elseif ARCH_I80
import stdlib_i80
#else
#warn Unsupported architecture
#endif