Re: Displaying string
- From: "randyhyde@xxxxxxxxxxxxx" <randyhyde@xxxxxxxxxxxxx>
- Date: 31 Aug 2006 11:30:18 -0700
leon800219@xxxxxxxxx wrote:
Hi all:
I've encounter a code snippet that is for string display, but there's
some points I don't understand, hope you help me thanks.
DispStr:
push ebp
mov ebp, esp
push ebx
push esi
push edi
; First of all what's ebp, I've searched but got no explicit
explanation
; what's the purpose of the above statements about manipulating ebp,
and esp
You might want to read the chapters on procedures and stack frames in
"The Art of Assembly Language" (on Webster) that describes the purpose
of these instructions (http://webster.cs.ucr.edu).
Cheers,
Randy Hyde
.
- References:
- Displaying string
- From: leon800219
- Displaying string
- Prev by Date: Re: Question about jumps
- Next by Date: Re: Question about jumps
- Previous by thread: Re: Displaying string
- Next by thread: Re: Displaying string
- Index(es):
Relevant Pages
|