Skip to content

Instantly share code, notes, and snippets.

@kiraind
Created October 24, 2018 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiraind/3f632ef49bb2aeded194a4de4e77fd17 to your computer and use it in GitHub Desktop.
Save kiraind/3f632ef49bb2aeded194a4de4e77fd17 to your computer and use it in GitHub Desktop.
.model small
.stack 100h
.data
.code
start:
mov ax, @data
mov ds, ax
mov ax, 4c00h
int 21h
end start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment