16位的数字高字节和低字节_显示掩盖较低和较高的16位数字半字节| 8086微处理器...
16位的數(shù)字高字節(jié)和低字節(jié)
Problem: To show masking of lower and higher nibbles of 16bit number using 8086 Microprocessor.
問(wèn)題:使用8086微處理器顯示對(duì)16位數(shù)字的較高半字節(jié)和較低半字節(jié)的屏蔽。
Assumption:
假設(shè):
Number is stored at memory location 0600.
編號(hào)存儲(chǔ)在內(nèi)存位置0600。
Result will be stored at memory location 0602 and 0603.
結(jié)果將存儲(chǔ)在存儲(chǔ)器位置0602和0603中。
Algorithm:
算法:
Load first number to the register AX.
將第一個(gè)數(shù)字加載到寄存器AX。
Now move the content of register AL to memory location [0602].
現(xiàn)在將寄存器AL的內(nèi)容移動(dòng)到存儲(chǔ)器位置[0602]。
Now move the content of register AH to memory location [0603].
現(xiàn)在將寄存器AH的內(nèi)容移動(dòng)到存儲(chǔ)器位置[0603]。
Terminate the program.
終止程序。
Program:
程序:
MOV AX, [0600]MOV [0601], ALMOV [0602], AHHLTObservation:
觀察:
INPUT:0600: 1112OUTPUT:0602:00120603:0011Hence, we successfully masked the higher and lower nibble of a 16 bit number using 8086 Microprocessor.
因此,我們使用8086微處理器成功掩蓋了16位數(shù)字的高半字節(jié)和低半字節(jié) 。
翻譯自: https://www.includehelp.com/embedded-system/show-masking-of-lower-and-higher-nibbles-of-16-bit-number.aspx
16位的數(shù)字高字節(jié)和低字節(jié)
總結(jié)
以上是生活随笔為你收集整理的16位的数字高字节和低字节_显示掩盖较低和较高的16位数字半字节| 8086微处理器...的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: java bitset_Java Bit
- 下一篇: golang的new函数_new()和m