Is there a list of deprecated x86 instructions?

前端 未结 4 1047
囚心锁ツ
囚心锁ツ 2021-02-07 15:33

I\'m taking an x86 assembly language programming class and know that certain instructions shouldn\'t be used anymore -- because they\'re slow on modern processors; for example,

4条回答
  •  北海茫月
    2021-02-07 16:08

    If you what to know what to avoid, go directly to the processor manufacturers, both intel and amd have manuals for the instruction sets their processors support and to what degree they support them, your best bet if probably the optimization volumes, but if your only just starting out, take Jim's advice, get the thing working first before you worry about speed

提交回复
热议问题