Created
April 20, 2020 19:30
-
-
Save offsetkeyz/5efd68b5bdc326076287371da7fd7ca7 to your computer and use it in GitHub Desktop.
This file contains 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
.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