Skip to content

Instantly share code, notes, and snippets.

@febnug
Created May 27, 2022 02:19
Show Gist options
  • Save febnug/53898276fe473277c880899b244c5977 to your computer and use it in GitHub Desktop.
Save febnug/53898276fe473277c880899b244c5977 to your computer and use it in GitHub Desktop.
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