You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; İsaretsiz 0CFBh sayisini 0FBh sayisina bolen Intel x86 programini olusturunuz. Daha sonra kalani 0500:0100h adresine ve bolumu ise 14h sayisi ile carpip 0500:102h adresine yaziniz.
org 100h
movax,0CFBh ;ax e 0CFBh sayisini aktar
movcx,0FBh ;cx e 0FBh sayisini aktar
divcx ;ax/cx islemi yap ax'e bolumu aktar dx'e kalani aktar
movbx,0500h ;ds ye 0500h aktarmak icin bx e once 0500h aktarilir
movds,bx ;ds 0500h olsun.
mov[0100h],dx ;0500:0100h adresine kalani aktar
movdl,14h
muldl ;ax*14h islemini yap sonucu ax e aktar
mov[0102h],ax ;0500:0102h adresine bolum*14h i aktar