Contoh Program Membunyikan BEEP pada Speaker.
.model small
.code
org 100h
proses:
in al,61h
or al,00000011b
out 61h,al
int 16h
and al,11111100b
out 61h,al
int 20h
end proses
NB:
* Kalo di running tidak bunyi coba cek volume spiker anda..
* Kalo tetep tidak bunyi.. coba running ber-ULANG-kali sampe bunyi.. INSYAALLAH...jadi.
trimakasih.
.model small
.code
org 100h
proses:
in al,61h
or al,00000011b
out 61h,al
int 16h
and al,11111100b
out 61h,al
int 20h
end proses
NB:
* Kalo di running tidak bunyi coba cek volume spiker anda..
* Kalo tetep tidak bunyi.. coba running ber-ULANG-kali sampe bunyi.. INSYAALLAH...jadi.
trimakasih.
Comments
Post a Comment