Do we also refer to the registers RAX, RBX etc as R1, R2 and so on?
I am studying 8086/8080 microprocessors. The registers used in them have names, RAX RBX RCX RDX and go on until R8 when the registers are named as R8, R9... to R15. I wanted to know Do we also refer to the registers RAX, RBX etc as R1, R2 and so on? Standard practice is for the first 8 registers to keep their historical name. This convention is used in the documentation from Intel and AMD and in most assemblers. The reason for this is that these names are mnemonic for the function of the register. For example rsp sticks out as the stack pointer; r4 not so much. The new registers, by contrast,