Search:

Type: Posts; User: Smohr

Search: Search took 0.01 seconds.

  1. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    *array = i

    *array = i
  2. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    Nope...still lost

    Nope...still lost
  3. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    I read that as move the value that's store in the...

    I read that as move the value that's store in the memory location located in eax into eax

    so eax = *eax

    sound right?
  4. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    eh...I'm still confused...if it's not storing...

    eh...I'm still confused...if it's not storing data into an array what is it doing?
  5. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    last question....I read the sall $2, %eax as 4 *...

    last question....I read the sall $2, %eax as 4 * a where a is initially = 0. So my I would say the the array just fills with multiple's of 4 up to whatever size is specified. Does that sound right?...
  6. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    It is homework and I'm not looking for the exact...

    It is homework and I'm not looking for the exact answer I just need a big push in the right direction....so this a function that fills an array? Something like with for loop below?

    int f(int...
  7. Thread: IA32 Assembly

    by Smohr
    Replies
    13
    Views
    4,263

    IA32 Assembly

    My question is geared towards the IA32 Assembly language that a C program produces. I've been given the following and my task is to figure out what the funciton does. I've written my comments next...
Results 1 to 7 of 7