1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-27 01:19:37 +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
View File
@@ -5,6 +5,9 @@ word rand_seed
import random_6502
#elseif ARCH_I80
import random_i80
#elseif ARCH_X86
#warn 8086 is a partially supported architecture
import random_i80
#else
#warn Unsupported architecture
#endif