Skip to content

Instantly share code, notes, and snippets.

@offsetkeyz
Created April 20, 2020 19:30
Show Gist options
  • Save offsetkeyz/5efd68b5bdc326076287371da7fd7ca7 to your computer and use it in GitHub Desktop.
Save offsetkeyz/5efd68b5bdc326076287371da7fd7ca7 to your computer and use it in GitHub Desktop.
.data
Colin BYTE "Welcome to my Website"
.code
main proc
MOV EDX, Offset Colin
CALL WriteString
main endp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment