Created
April 26, 2022 01:14
-
-
Save febnug/bdf50d5e44632a216e72ff5d6b301ae6 to your computer and use it in GitHub Desktop.
a transgender flag
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
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