8 lines
84 B
NASM
8 lines
84 B
NASM
.386
|
|
.model flat, c
|
|
|
|
extern C alternate:PROC
|
|
extern C weak(alternate):PROC
|
|
|
|
end
|