mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
621 B
24 lines
621 B
I386_SOURCES=emulate.c \
|
|
addops.c \
|
|
asciiops.c \
|
|
bitops.c \
|
|
condops.c \
|
|
ctrlops.c \
|
|
data.c \
|
|
debug.c \
|
|
divops.c \
|
|
inoutops.c \
|
|
jmpops.c \
|
|
logops.c \
|
|
miscops.c \
|
|
moveops.c \
|
|
mulops.c \
|
|
operand.c \
|
|
pcibios.c \
|
|
regmode.c \
|
|
setops.c \
|
|
shiftops.c \
|
|
stackops.c \
|
|
stringop.c \
|
|
utility.c \
|
|
x86bios.c
|