I can't understand the program structure
- From: spamtrap@xxxxxxxxxx
- Date: 21 Oct 2006 09:00:30 -0700
I have already studied the c language
for an ex:
main()
{
}
But assemble language let me have a problem.
prognam segment
mian proc far
assume cs;
start:
......
main endp
prognam ends
end start
could I convert it into this style:
prognam segment
mian proc far
assume cs;
start:
......
end start
prognam ends
main endp
because i realize this is better understood...
.
- Follow-Ups:
- Re: I can't understand the program structure
- From: Tim Roberts
- Re: I can't understand the program structure
- Prev by Date: Re: OllyDbg used to debug VC2005 applications?
- Next by Date: Re: I can't understand the program structure
- Previous by thread: I have a problem with my study
- Next by thread: Re: I can't understand the program structure
- Index(es):