Created
May 27, 2022 02:19
-
-
Save febnug/53898276fe473277c880899b244c5977 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
org 100h | |
mov al,0x13 | |
int 0x10 | |
les bp,[bx] | |
mov al,11 | |
mov ch,50 | |
x: | |
jcxz a | |
;rep stosb | |
stosb | |
loop x ; return to the prompt combo | |
;ret ; loop instruction + ret | |
a: | |
hlt | |
;nop | |
;jmp a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment