Skip to content

Instantly share code, notes, and snippets.

@newbiethetest
Created August 23, 2014 03:24
Show Gist options
  • Save newbiethetest/7d9a4bed7ce1b42d2d7b to your computer and use it in GitHub Desktop.
Save newbiethetest/7d9a4bed7ce1b42d2d7b to your computer and use it in GitHub Desktop.
assume cs:code
code segment
mov ax, 2
mov cx, 9
s: add ax, ax
loop s
mov ax, 4c00H
int 21H
code ends
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment