|
Respublikasi raqamli texnologiyalar vazirligi muhammad al-xorazmiy nomidagi
|
Sana | 18.05.2024 | Hajmi | 265,47 Kb. | | #241646 |
O‘ZBEKISTON RESPUBLIKASI RAQAMLI TEXNOLOGIYALAR
VAZIRLIGI
MUHAMMAD AL-XORAZMIY NOMIDAGI TOSHKENT AXBOROT TEXNOLOGIYALARI UNIVERSITETI
Raqamli texnologiyalar konvergensiyasi kafedrasi Kompyuter tashkillashtirish fanidan
Topshiriq-9
Bajardi: Nuriddinov Boburbek
Tekshirdi: Sabitova Nazokat
Toshkent 2024
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
mov si, 0
mov di, 0
mov cx, 3
loop_start:
mov al, [array1 + si]
cmp si, 16 je and_two and al, 16
jmp skip_and
and_two: and al, 16
skip_and:
cmp al, 16 jne set_value
mov al, 16
set_value:
mov al, [array1 + di]
mov [array2 + di], al
inc si inc di
loop loop_start
ret
array1 db 16, 17, 18 array2 db 3 dup(?)
|
| |