register is divided into
- General Purpose Register
- Pointer dan Index Register
- Segmen Register
- Flag Register
1. General Purpose Register
it is 16 bit register consist of AX, BX, CX and DX
2. Pointer and Index Register
a register which is used as a pointer (pointer) to a location in memory. in 16 bit consist of SP( Stack Pointer), BP (Base Pointer), SI (source index) and DI (destination index), and IP (instruction pointer)
3. Segment Register
is a 16-bit registers to record address as a bookmark data location in memory. consist of SS ( Stack Segment), CS ( code segment), DS (data segment), and ES (extra segment).
4. Flag Register
is a 1-bit register that indicates the condition of a state (yes / no or 0/1)
No comments:
Post a Comment