![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^5: Need help converting!!! (goto)by afoken (Chancellor) |
on Nov 17, 2015 at 05:38 UTC ( [id://1147880]=note: print w/replies, xml ) | Need Help?? |
Indeed - processors don't loop, they just jmp Right in general, wrong in detail. The x86 family has the rep, repz and repnz prefixes since at least 1978 that each implement an implicit while loop in combination with "string" instructions cmps, ins, lods, movs, outs, scas, stos, without any jumps in assembly code. Alexander
-- Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
In Section
Seekers of Perl Wisdom
|
|