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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user