Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Oct. 13, 2013, 5:51 p.m.
FORMAT:
Text only
SIZE:
1.0 kB
Raw
Download
Tweet
HITS:
1024
Go to comments
Report
.386p
ifdef ??version
if ??version GT 500H
.mmx
endif
endif
model flat
ifndef ??version
?debug macro
endm
endif
?debug S "test.c"
?debug T "test.c"
_TEXT segment dword public use32 'CODE'
_TEXT ends
_DATA segment dword public use32 'DATA'
_DATA ends
_BSS segment dword public use32 'BSS'
_BSS ends
DGROUP group _BSS,_DATA
_TEXT segment dword public use32 'CODE'
_main proc near
?live1@0:
;
; int main()
;
push ebp
mov ebp,esp
;
; {
; return 0;
;
@1:
xor eax,eax
;
; }
;
@3:
@2:
pop ebp
ret
_main endp
_TEXT ends
public _main
?debug D "test.c" 17229 42518
end
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus