freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

簡易數(shù)字萬用表設(shè)計(jì)_畢業(yè)設(shè)計(jì)(參考版)

2024-08-30 09:39本頁面
  

【正文】 DIVD4: MOV A,R0 MOV B,A ADD A,08h MOV R1,A MOV A,00h ORL A,R1 INC R1 ORL A,R1 INC R1 ORL A,R1 INC R1 ORL A,R1 JZ DIVD45 MOV R1,B MOV R2,04h DIVD41: MOV R1,00h INC R1 DJNZ R2,DIVD41 MOV R3,20h DIVD42: MOV R2,08h MOV A,B MOV R0,A ADD A,07h MOV R1,A CLRC DIVD43: MOV A,R1 RLCA MOV R1,A DEC R1 DJNZ R2,DIVD43 MOV A,R0 ADD A,03h 課程設(shè)計(jì)論文 24 MOV R1,A MOV A,R0 ADD A,0Bh MOV R0,A MOV A,R1 SUBB A,R0 MOV R4,A DEC R1 DEC R0 MOV A,R1 SUBB A,R0 MOV R5,A DEC R1 DEC R0 MOV A,R1 SUBB A,R0 MOV R6,A DEC R1 DEC R0 MOV A,R1 SUBB A,R0 MOV R7,A JC DIVD44 MOV A,B MOV R0,A ADD A,03h MOV R1,A MOV A,R4 MOV R1,A DEC R1 MOV A,R5 MOV R1,A DEC R1 MOV A,R6 MOV R1,A DEC R1 MOV A,R7 MOV R1,A MOV A,R0 ADD A,07h MOV R1,A INC R1 DIVD44: DJNZ R3,DIVD42 課程設(shè)計(jì)論文 25 MOV R0,B CLROV CLRC RET DIVD45: SETB OV CLRC RET end 。 。 。 。 。 。 。四字節(jié)無符號(hào)數(shù)除法 。若結(jié)果超出 2 個(gè)字節(jié)范圍則 OV=1。在出口時(shí)總是清除 C。永遠(yuǎn)不會(huì)產(chǎn)生進(jìn)位。用到累加器 A,B,PSW,R2~R7。乘積在 R2(高位 )、 R R R5(低位 )中。被乘數(shù)在 R2(高位 )、 R3(低位 )中,乘數(shù)在 R6(高位 )、 R7(低位 )中。寫第四位數(shù)碼管 movx DPTR,A setb C mov ,C clr C mov ,C call DELAY_5ms setb C mov ,C ret 。寫第二位數(shù)碼管 movx DPTR,A setb C mov ,C clr C mov ,C call DELAY_5ms setb C mov ,C inc r1 mov A,r1 。7 段數(shù)碼管字符 0 的 abcdefg的值 ,a 在最低位 ,最高位始終保留為 0 DB 06h DB 5Bh DB 4Fh DB 66h DB 6Dh DB 7Dh DB 07h DB 7Fh DB 6Fh DISPLAY: mov DPTR,0fEffh 。 djnz R5,DELAY_5ms1 。設(shè)置 R7 初始計(jì)數(shù)值 DELAY_5ms3: djnz R7,DELAY_5ms3 。設(shè)置 R5 初始計(jì)數(shù)值 DELAY_5ms1: mov R6,16h 。連續(xù)進(jìn)行 4 次除以 10 的操作 mov A,33h 。乘以 1000 mov r0,30h mov r1,34h mov A,R2 mov r1,A inc r1 mov A,R3 mov r1,A inc r1 mov A,R4 mov r1,A inc r1 mov A,R5 mov r1,A inc r1 mov r1,00h inc r1 mov r1,00h inc r1 mov r1,00h inc r1 mov r1,0FFh call DIVD4 。以下減去 102020 mov r5,A 課程設(shè)計(jì)論文 18 mov 37h,A mov A,r4 subb A,8Eh mov r4,A mov 36h,A mov A,r3 subb A,01h mov r3,A mov 35h,A mov A,r2 subb A,00h mov r2,A mov 34h,A mov r0,30h mov r1,38h mov r1,00h inc r1 mov r1,01h inc r1 mov r1,5Eh inc r1 mov r1,0A0h call DIVD4 。以下根據(jù)范圍設(shè)置數(shù)值以防溢出 subb A,B jc LARGERA mov A,B subb A,16h jc LESSA ajmpMIDDLEA LARGERA: mov A,0B6h ajmpCALCULATEA LESSA: mov A,16h ajmpCALCULATEA MIDDLEA: mov A,B CALCULATEA: mov r2,0C3h mov r3,50h mov r6,00h mov r7,A call MULD2 。加 96 修正 mov r5,A mov A,r4 課程設(shè)計(jì)論文 16 addc A,00h mov r4,A mov A,r3 addc A,00h mov r3,A mov A,r2 addc A,00h mov r2,A mov r0,30h mov r1,34h mov A,R2 mov r1,A inc r1 mov A,R3 mov r1,A inc r1 mov A,R4 mov r1,A inc r1 mov A,R5 mov r1,A inc r1 mov r1,00h inc r1 mov r1,00h inc r1 mov r1,00h inc r1 mov r1,0FFh call DIVD4 。輸入轉(zhuǎn)換結(jié)果 RET vdat: mov R2,00h mov R3,A mov R6,01h mov R7,0F4h call MULD2 。初始化堆棧指針 jnb ,cr jnb ,cv jnb ,ca cr: mov R7,00h lcall adc LCALL RDAT lcall DISPLAY sjmp main CV: MOV R7,01H LCALL ADC LCALL VDAT LCALL DISPLAY SJMP MAIN CA: MOV R7,02H LCALL ADC LCAL
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1