pgubook-readers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pgubook-readers] Re: Pgubook-readers Digest, Vol 6, Issue 1


From: Mange
Subject: [Pgubook-readers] Re: Pgubook-readers Digest, Vol 6, Issue 1
Date: Fri, 01 Oct 2004 21:59:05 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707

address@hidden wrote:

Send Pgubook-readers mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.nongnu.org/mailman/listinfo/pgubook-readers
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pgubook-readers digest..."


Today's Topics:

  1. stuck at chapter four recursive functions (Mange)


----------------------------------------------------------------------

Message: 1
Date: Thu, 30 Sep 2004 20:17:25 +0200
From: Mange <address@hidden>
Subject: [Pgubook-readers] stuck at chapter four recursive functions
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi

First off the first three chapters have been great.

However I'm stuck at chapter four on Recursive Functions, can anyone explain this example in details. I get the main ideƩa but really don't understand how the computer handles the function part.

greetings from swe =)





------------------------------

_______________________________________________
Pgubook-readers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/pgubook-readers


End of Pgubook-readers Digest, Vol 6, Issue 1
*********************************************

okey, so I have experimented some more... Is this right:
%eax first become 3 then 2 (multiply these two values = 6) and then 1 (total 6) so when the code after the second factorial call is beeing used %eax = 6 and 8(%ebp) later to be %ebx is 4. Is this right? Probably not, however it's this step I don't understand?

/Mange







reply via email to

[Prev in Thread] Current Thread [Next in Thread]