8 lines
74 B
Text
8 lines
74 B
Text
.386
|
|
.model flat, stdcall
|
|
option casemap:none
|
|
|
|
.code
|
|
start:
|
|
ret
|
|
end start
|