Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what does "binary opcode" mean

Status
Not open for further replies.

50150

Programmer
Jul 19, 2003
7
0
0
US
what does "binary opcode" mean
 
Depends on the context. An "op code" is one of the processor's instructions. Naturally you can write it in binary, and then I suppose it's a binary op code. It would often be listed that way in the list of assembler instructions at the back of a tutorial book. It actually makes quite a lot of sense to list x86 opcodes in binary because large chunks of them follow a set pattern. For instance the registers eax, ebx, ecx, edx (or associated ax, bx, cx, dx) are encoded by 2 bits of binary.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top