Created
April 10, 2016 12:13
-
-
Save ehzawad/73b5d755e5834137df96a3cd3a9b9c4f 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
| .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