Skip to content

Instantly share code, notes, and snippets.

@alvanrahimli
Created July 10, 2021 06:52
Show Gist options
  • Select an option

  • Save alvanrahimli/39e680c009eaa0a7f606fed13bc0be7b to your computer and use it in GitHub Desktop.

Select an option

Save alvanrahimli/39e680c009eaa0a7f606fed13bc0be7b to your computer and use it in GitHub Desktop.
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