Search:

Type: Posts; User: saxman

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    17,838

    Because I 'used' to know. I was wrong and I...

    Because I 'used' to know. I was wrong and I realize that now.
  2. Replies
    17
    Views
    17,838

    Well gosh I'm sorry. You know I just came here...

    Well gosh I'm sorry. You know I just came here hoping I could get some polite advice from people who know more than me. I have listened and you're right about everything, but what I'm saying is that...
  3. Replies
    17
    Views
    17,838

    Sorry, I might be thinking of something else -- I...

    Sorry, I might be thinking of something else -- I thought REP was loop-related. I'm rusty with x86 because I took about a year away from it and started working with Motorolla code for a while. Now...
  4. Replies
    17
    Views
    17,838

    Ok thanks guys, this helps. To answer a...

    Ok thanks guys, this helps.


    To answer a couple questions, this is definitely not a bad optimization question because my program is using a loop which goes on for a couple thousand times at the...
  5. Replies
    17
    Views
    17,838

    Arrays In Inline x86 Assembly

    I have tried to figure out how I can use arrays in inline assembly, but have failed. My question is, is there a way and if so, how do you make it work? Like say I have Array[4] just as a made-up...
  6. Replies
    7
    Views
    1,636

    Helps a bunch, thanks! Also, I don't see why...

    Helps a bunch, thanks!


    Also, I don't see why EAX would have to be reset to zero either because no interrupts are being called within the ASM segment, and EAX returns the value I calculate within...
  7. Replies
    7
    Views
    1,636

    Optimization Question

    I have a program that I am optimizing. I desided to use a bit of in-line ASM to see if I'd notice any change in speed. I compiled the original version (before using ASM) and then the new version as a...
Results 1 to 7 of 7