Gotchas: Difference between revisions

15 bytes removed ,  1 year ago
m
Line 464:
=={{header|X86 Assembly}}==
===Don't use LOOP===
This doesn't affect the 16-bit 8086, but <code>LOOP</code> has some quirks where it's muchslower more efficient to usethan:
<lang asm>label:
;loop body goes here
1,489

edits