Skip to content

Instantly share code, notes, and snippets.

@ehzawad
Created April 10, 2016 12:13
Show Gist options
  • Select an option

  • Save ehzawad/73b5d755e5834137df96a3cd3a9b9c4f to your computer and use it in GitHub Desktop.

Select an option

Save ehzawad/73b5d755e5834137df96a3cd3a9b9c4f to your computer and use it in GitHub Desktop.
.model small
.stack 100h
.data
.code
main proc
mov dx, 0000h
mov ax, 0005h
mov bx, 0002h
cwd
div bx
main endp
end main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment