| sierp55 | ||||||||
|---|---|---|---|---|---|---|---|---|
 
 | 
 
  | 
|||||||
  | 
 
popularity : 51% | 
|||||||
 alltime top: #62870   | 
 
  | 
|||||||
  | 
||||||||
| added on the 2017-11-19 16:28:55 by aam  | 
||||||||
popularity helper
comments
exit on keypress didn't work for me... so i played with the code a little...
now exits on numlock or alt or some other special keys :-)
  
now exits on numlock or alt or some other special keys :-)
Code:
org 256
push 40h
pop ds
mov al,0x13
cwd                     ;perfect alignment
L:
int 0x10
or cl,ch                ;sierpinski effect
xor dh,al               ;looks better
add al,[bx+6Ch]         ;some randomness
shr al,1                ;we need...
and al,55               ;...some music
out 42h,al
out 61h,al              ;and send it to the speaker
inc cx
mov ah,0xc
cmp [bx+18h],bl
jz L                    ;check for special keypress
retn
...and were is "mlot"? ;°)
  
ok
  
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !

mess_age