Created
July 10, 2021 06:52
-
-
Save alvanrahimli/39e680c009eaa0a7f606fed13bc0be7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mov ax, 0 ; ax -> 0x0000 or in binary: 0000000000000000 | |
| mov ah, 0x56 ; ax -> 0x5600 | |
| mov al, 0x23 ; ax -> 0x5623 | |
| mov ah, 0x14 ; ax -> 0x1423 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment