Category:8086 Assembly: Difference between revisions

Content added Content deleted
m (→‎Data Registers: Formatting fixes)
m (→‎Data Registers: Clarification)
Line 21: Line 21:


<lang asm>mov ax,0030h
<lang asm>mov ax,0030h
;is the same as:
mov al, 30h
mov al, 30h
mov ah, 0h</lang>
mov ah, 0h</lang>