Inst Format 8086
Inst Format 8086
8086
By,
Hitha Paulson
Assistant Professor, Dept of Computer Science
LF College, Guruvayoor
ADD AX, BX
- Register Direction Bit (D bit) Tells the register operand in REG field in
byte 2 is source or destination operand
1: destination 0: source
-Data Size Bit (W bit) Specifies whether the operation will be performed
on 8-bit or 16-bit data
0: 8 bits 1: 16 bits
• Byte 2 has three fields
– Mode field (MOD)
– Register field (REG) used to identify the register for the first operand
– Register/memory field (R/M field)
2-bit MOD field and 3-bit R/M field together specify
the second operand
• MOV CH,[1050]h
General format of 8086 instructions
general formats
• One byte instruction