8 lines
74 B
NASM
8 lines
74 B
NASM
|
ifndef TESTx64
|
||
|
.386
|
||
|
.model flat, c
|
||
|
endif
|
||
|
.code
|
||
|
include <foo-proc.asm>
|
||
|
end
|