Created
August 17, 2024 19:49
-
-
Save 9xbt/41eff1ff9aa59c8683204a85064850bb to your computer and use it in GitHub Desktop.
Gets you tree'd. Replace tree.com with the compiled version of this on your friend's MS-DOS machine
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
section .text | |
org 0x100 | |
mov dx, tree_str | |
mov ah, 0x09 | |
int 0x21 | |
mov ah, 0x4C | |
int 0x21 | |
section .data | |
tree_str db `Get tree'd!\n\n ccee88oo\n C8O8O8Q8PoOb o8oo\n dOB69QO8PdUOpugoO9bD\nCgggbU8OU qOp qOdoUOdcb\n 6OuU /p u gcoUodpP\n \\\\\\// /douUP\n \\\\\\////\n |||/\\\n |||\\/\n |||||$` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment