Add Readme doc

This commit is contained in:
Mathieu Maret 2017-11-27 11:24:22 +01:00
parent f1341d3d72
commit a82a055ea1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Debug with
# ASM reg
https://en.wikibooks.org/wiki/X86_Assembly/X86_Architecture
## In 16 bits
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)