Re: Prime number in assembly?
From: Herman Dullink (hd5_at_hetnet.nl)
Date: 07/11/04
- Next message: Beth: "Re: turn off for learning assembler"
- Previous message: Alex McDonald: "Re: ASM vs HLL : absurd war"
- In reply to: Gyps: "Prime number in assembly?"
- Next in thread: psi : "Re: Prime number in assembly?"
- Reply: psi : "Re: Prime number in assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 11 Jul 2004 12:25:03 +0100
> I would like to know if there is an efficient way to compute
> in assembly, prime numbers within a specified range...say from
> 50,000 to 100,000 or anything else.
Not more efficient as in any other language. For this type of problem,
it;s the algorithm that determines the efficiency, not the language.
Assembly can only help where platform specific features are not
available through the HLLs and compiler's optimizers.
H
- Next message: Beth: "Re: turn off for learning assembler"
- Previous message: Alex McDonald: "Re: ASM vs HLL : absurd war"
- In reply to: Gyps: "Prime number in assembly?"
- Next in thread: psi : "Re: Prime number in assembly?"
- Reply: psi : "Re: Prime number in assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|