Y
Hacker News
new
|
ask
|
show
|
jobs
by
a1k0n
2162 days ago
Huh, it has 15 registers? AX, BX, CX, DX, SI, DI, BP, SP; CS, DS, ES, SS, IP, flags. What am I missing?
2 comments
kens
2162 days ago
There are two internal registers (IND and OPR) that aren't visible to the programmer. See the block diagram at the bottom of the post. The flags are in the ALU, not in the register file.
link
gkolli
2162 days ago
I believe the status register (flag)
link