Skip to content

Instantly share code, notes, and snippets.

@9xbt
Created August 17, 2024 19:49
Show Gist options
  • Save 9xbt/41eff1ff9aa59c8683204a85064850bb to your computer and use it in GitHub Desktop.
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
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