Skip to content

Instantly share code, notes, and snippets.

@febnug
Created April 26, 2022 01:14
Show Gist options
  • Save febnug/bdf50d5e44632a216e72ff5d6b301ae6 to your computer and use it in GitHub Desktop.
Save febnug/bdf50d5e44632a216e72ff5d6b301ae6 to your computer and use it in GitHub Desktop.
a transgender flag
org 100h
mov al,0x13
int 0x10
les bp,[bx]
mov al,11
mov ch,50
rep stosb
mov al,13
mov ch,50
rep stosb
mov al,15
mov ch,50
rep stosb
mov al,13
mov ch,50
rep stosb
mov al,11
mov ch,50
rep stosb
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment