正则数字字母下划线至少两种_8085微处理器中至少两个8位数字
正則數字字母下劃線至少兩種
Problem statement:
問題陳述:
To find minimum of two 8bit numberusing 8085 microprocessor.
使用8085微處理器查找最少兩個8位數字。
Algorithm:
算法:
Load the accumulator with the first data.
向累加器加載第一個數據。
Move the content of accumulator to register B.
將累加器的內容移至寄存器B。
Load the accumulator with the second data.
向累加器加載第二個數據。
Compare the content of accumulator with the content of register B.
將累加器的內容與寄存器B的內容進行比較。
If carry flag is set then jump to the step 7.
如果設置了進位標志,則跳至步驟7。
Copy the content to accumulator.
將內容復制到累加器。
Now load the result value in memory location from accumulator.
現在,將結果值從累加器加載到存儲器位置。
Program:
程序:
LDA 2050 MOV B, ALDA 2051CMP JC ** MOV A, B** STA 2052Observation:
觀察:
INPUT: 2050:052051:02OUTPUT: 2052:02Hence, we successfully find the minimum among two 8 bits numbers.
因此,我們成功地找到了兩個8位數字中的最小值 。
翻譯自: https://www.includehelp.com/embedded-system/minimum-of-two-8-bits-number-in-8085-microprocessor.aspx
正則數字字母下劃線至少兩種
總結
以上是生活随笔為你收集整理的正则数字字母下划线至少两种_8085微处理器中至少两个8位数字的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: tohexstring方法_Java L
- 下一篇: 小程序 || 语句_C ++条件语句|