Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
CLCMOV SI,2000MOV BX,3000MOV DI,4000MOV CX,02L1 : MOV AL,[SI]ADC AL,[BX]DAAMOV [DI],ALINC BXINC SIINC DIDEC CXJNZ L1INT 03
Can u do video on how to design a circuit to check whether the given 2-digit BCD number (8-bit number) less than or equal to 90 is divisible by 9. plz 🙏🙏
CLC
MOV SI,2000
MOV BX,3000
MOV DI,4000
MOV CX,02
L1 : MOV AL,[SI]
ADC AL,[BX]
DAA
MOV [DI],AL
INC BX
INC SI
INC DI
DEC CX
JNZ L1
INT 03
Can u do video on how to design a circuit to check whether the given 2-digit BCD number (8-bit number) less than or equal to 90 is divisible by 9. plz 🙏🙏