Add Readme doc
This commit is contained in:
parent
f1341d3d72
commit
a82a055ea1
@ -19,6 +19,8 @@ Debug with
|
|||||||
|
|
||||||
# ASM reg
|
# ASM reg
|
||||||
|
|
||||||
|
https://en.wikibooks.org/wiki/X86_Assembly/X86_Architecture
|
||||||
|
|
||||||
## In 16 bits
|
## In 16 bits
|
||||||
There is 4 main 16bits reg: AX, BX, CX, DX.
|
There is 4 main 16bits reg: AX, BX, CX, DX.
|
||||||
You can access the 8 MSB from AX with AH and the 8 LSB with AL.( BH,BL, CH, CL)
|
You can access the 8 MSB from AX with AH and the 8 LSB with AL.( BH,BL, CH, CL)
|
||||||
|
Loading…
Reference in New Issue
Block a user