|
|
|
|
|
by monocasa
1581 days ago
|
|
> They are still bits, not octdigits or whatever. Once again, it's not just that they're just groups of three bits, but the fields are also three bit aligned. > When 4 bits are used, nobody calls these 'hex machines'. I mean, most systems aren't aligned nearly as well on clear repeated boundaries the same way. The only other one that I can think of (the SH series) I for one have absolutely called a hex machine because you can read most of the machine instructions directly from the 4-bit nybbles. A four bit opcode and three address RISC instructions out of 16 GPRs means you can read the hex just about as easily as ASM. The fact that most other machines correctly take a more bit level almost huffman coding route doesn't make x86 any more less octal derived at it's base. |
|