Re: Algorithms In Assembly Language
- From: Terence <tbwright@xxxxxxxxx>
- Date: Mon, 28 Apr 2008 15:46:52 -0700 (PDT)
On Apr 28, 4:50 pm, "Wolfgang Kern" <nowh...@xxxxxxxx> wrote:
Brian asked:
What would an algorithm look like in assembly language?
Mmh..?
I think it will look like as in any other language, just
as a sequence of instructions, perhaps with conditional jumps
or 'cmovcc/setcc' and loops instead of FOR/IF/WHILE/CASE...
Sure, ASM isn't that easy readable like plain text for many
'programmers'.
But it's just a matter of familiarity and experience.
__
wolfgang
Have a look at Knuth's book on programming.
There he uses an algorithmic language closely related to assembler in
order to count cyles for efficiency.
Otherwise try to find something on ALGOL, a popular 1960's algorithmic
near-fortran
.
- References:
- Algorithms In Assembly Language
- From: Brian
- Re: Algorithms In Assembly Language
- From: Wolfgang Kern
- Algorithms In Assembly Language
- Prev by Date: Re: delete bytes
- Next by Date: Code Profilers suitable for asm applications
- Previous by thread: Re: Algorithms In Assembly Language
- Next by thread: Re: require encoding
- Index(es):
Relevant Pages
|
|