1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Add 8080-to-8086 translation

This commit is contained in:
Karol Stasiak
2019-05-31 17:03:35 +02:00
parent b4a6c261de
commit 1cb3b672b1
71 changed files with 1422 additions and 291 deletions
+3 -2
View File
@@ -4,8 +4,9 @@
import stdlib_6502
#elseif ARCH_I80
import stdlib_i80
#else
#warn Unsupported architecture
#elseif ARCH_X86
#warn 8086 is a partially supported architecture
import stdlib_i80
#endif
#if PAL && NTSC