๐คTomte๐9y๐ผ46๐จ๏ธ12
(Replying to PARENT post)
This kind of summary is useful for students (like me) who're taking computer systems courses and have been taught in MIPS but want to get a primer into x86.
๐คakita-ken๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Interesting, explaining the encoding of x86 opcodes (opcodes encoded in octal, addressing modes, etc.).
๐คfaragon๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
how do octals compare to bytes and today's machines ?
๐คposeid๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
http://www.righto.com/2013/02/8085-instruction-set-octal-tab...
http://www.z80.info/decoding.htm
But although frequently described as irregular, the encoding of the x86 and its predecessors are still far more regular than something like a VAX:
https://www.cs.auckland.ac.nz/references/macvax/op-codes/VAX...