CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AKRichard

Search: Search took 0.02 seconds.

  1. Thread: Primes

    by AKRichard
    Replies
    4
    Views
    1,500

    Re: Primes

    ya, I read that he wasnt overly concerned about true primality. Interesting link you provided though. I had never even thought of just comparing the quotient to the factor, simple and effective, I...
  2. Thread: Primes

    by AKRichard
    Replies
    4
    Views
    1,500

    Re: Primes

    Im not up on nasm either but I think Eri523 hit it right on the head, it looks like youre creating a single dword value instead of an array which means your:

    mov DWORD[primes + ESI * 4], EAX
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured