Advertisement
jacknpoe

23 bytes assembly color animated screensaver

Oct 26th, 2013
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     mov ax,0013 ; B81300
  2.     int 10  ; CD10
  3.     mov ax,a000 ; B800A0
  4.     push    ax  ; 50
  5.     pop ds  ; 1F
  6. end_a   mov cx,fa01 ; B901FA
  7. end_b   push    cx  ; 51
  8.     pop bx  ; 5B
  9.     mov [bx],al ; 8807
  10.     inc al  ; FEC0
  11.     loop    end_b   ; E2F8
  12.     jmp end_a   ; EBF3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement