51單片機(jī)英文縮寫全稱(整理最全)_第1頁
51單片機(jī)英文縮寫全稱(整理最全)_第2頁
51單片機(jī)英文縮寫全稱(整理最全)_第3頁
51單片機(jī)英文縮寫全稱(整理最全)_第4頁
51單片機(jī)英文縮寫全稱(整理最全)_第5頁
已閱讀5頁,還剩6頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

1、.mcs-51 指令英語全簡稱(1)數(shù)據(jù)傳送類指令( 7 種助記符)助記符英文注釋功能movmove對內(nèi)部數(shù)據(jù)寄存器 ram 和特殊功能寄存器 sfr 的數(shù)據(jù)進(jìn)行傳送movcmove code讀取程序存儲器數(shù)據(jù)表格的數(shù)據(jù)傳送movxmove external ram對外部 ram 的數(shù)據(jù)傳送xchexchange字節(jié)交換xchdexchange low-order digit低半字節(jié)交換pushpush onto stack)入棧poppop from stack)出棧(2)算術(shù)運(yùn)算類指令( 8 種助記符)addaddition加法addcadd with carry帶進(jìn)位加法subbsubt

2、ract with borrow帶借位減法da decimal adjust十進(jìn)制調(diào)整incincrement加 1decdecrement減 1mulmultiplication 、multiply乘法divdivision 、 divide除法(3)邏輯運(yùn)算類指令(10 種助記符)anland logic邏輯與orlor logic邏輯或xrlexclusive-or logic邏輯異或clrclear清零cplcomplement取反rlrotate left循環(huán)左移rlcrotate left throught the carry flag帶進(jìn)位循環(huán)左移rrrotate right循環(huán)

3、右移rrcrotate right throught the carry flag帶進(jìn)位循環(huán)右移swapswap低 4 位與高 4 位交換(4)控制轉(zhuǎn)移類指令(17 種助記符)acallabsolute subroutine call子程序絕對調(diào)用lcalllong subroutine call子程序長調(diào)用retreturn from subroutine子程序返回retireturn from interruption中斷返回jmpjump indirect跳轉(zhuǎn)指令sjmpshort jump短轉(zhuǎn)移ajmpabsolute jump絕對轉(zhuǎn)移ljmplong jump長轉(zhuǎn)移.cjnecomp

4、are and jump if not equal比較不相等則轉(zhuǎn)移djnzdecrement and jump if not zero減后不為則轉(zhuǎn)移jzjump if zero結(jié)果為則轉(zhuǎn)移jnzjump if not zero結(jié)果不為則轉(zhuǎn)移jcjump if the carry flag is set有進(jìn)位則轉(zhuǎn)移jncjump if not carry無進(jìn)位則轉(zhuǎn)移jbjump if the bit is set) b位為則轉(zhuǎn)移jnbjump if the bit is not set b位為則轉(zhuǎn)移jbcjump if the bit is set and clear the bit位為則轉(zhuǎn)移,

5、并清除該位nopno operation空操作(5)位操作指令( 1 種助記符)setbset bit置位偽指令助記符英文注釋功能orgorigin起始地址dbdefine byte定義字節(jié)dwdefine word定義字義equequal賦值(右賦左)等于datadata數(shù)據(jù)賦值(右賦左)xdataexternal data外部數(shù)據(jù)賦值(右賦左)bitbit位地址賦值endend匯編結(jié)束ds define storage定義存儲空間51 外部引腳縮寫英文解釋中文解釋rst (9)reset復(fù)位信號引腳rxd (10-p3.0)receive data串口接收端txd (11-p3.1)tra

6、nsmit data串口發(fā)送端int0( )( 12-p3.2) interrupt0外部中斷 0 信號輸入引腳int1( )( 13-p3.3)interrupt1外部中斷 1 信號輸入引腳t0 (14-p3.4)timer0定時(shí) /計(jì)數(shù)器 0 輸入信號引腳t1 (15-p3.5)timer1定時(shí) /計(jì)數(shù)器 1 輸入信號引腳wr( ) (16-p3.6)write存儲器的寫信號寫信號引腳rd( ) (17-p3.7)read 讀信號引腳psen( ) (29)progammer saving enable 外部程序存儲器讀選通信號ale(30) address latch enable 地址

7、鎖存允許信號ea( ) (31)enable 外部 rom 選擇信號51 內(nèi)部寄存器sfrspecial funtion register 特殊功能寄存器accaccumulate 累加器 apswprogammer status word 程序狀態(tài)字.cy (psw.7)carry 進(jìn)位標(biāo)志位ac (psw.6)assistant carry 輔助進(jìn)位標(biāo)志位ov (psw.2)overflow 溢出標(biāo)志位pcprogammer counter 程序計(jì)數(shù)器dptrdata point register 數(shù)據(jù)指針寄存器spstack point 堆棧指針tcontimer control 定時(shí)器

8、控制寄存器tf1 (tcon.7) timer1 flag t1 中斷標(biāo)志位tr1 (tcon.6 ) timer1 run t1 運(yùn)行控制位tf0 (tcon.5) timer0 flag t0 中斷標(biāo)志位tr0 (tcon.4 ) timer0 run t0 運(yùn)行控制位ie1 ( tcon.3) interrupt1 exterior 外部中斷 1 中斷標(biāo)志位it1 ( tcon.2) interrupt1 touch 外部中斷 1 觸發(fā)方式選擇位ie0 ( tcon.1) interrupt0 exterior 外部中斷 0 中斷標(biāo)志位it0 ( tcon.0) interrupt0 t

9、ouch 0-電平觸發(fā)1-下降沿觸發(fā)ie (a8h )interrupt enable 中斷允許寄存器ea (ie.7)enable all interrupt 中斷總允許位es (ie.4)enable serial 串行口中斷允許位et1(ie.3) enable timer 1 t1中斷允許位ex1(ie.2) enable exterior 1 外部中斷 1 中斷允許位et0(ie.1) enable timer 0 t0中斷允許位ex0(ie.0) enable exterior 0 外部中斷 0 中斷允許位ip ( b8h) interrupt priority 中斷優(yōu)先級寄存器p

10、s (ip.4)priority serial 串口優(yōu)先級標(biāo)志位pt1 (ip.3)priority timer 1 定時(shí)器 1 優(yōu)先級標(biāo)志位px1 (ip.2)priority exterior 1 外部中斷 1 優(yōu)先級標(biāo)志位pt0 (ip.1)priority timer 0 定時(shí)器 0 優(yōu)先級標(biāo)志位px0 (ip.0)priority exterior 0 外部中斷 0 優(yōu)先級標(biāo)志位pcon (87h)power control 電源控制和波特率選擇tmod ( 89h) timer mode 定時(shí)器方式控制寄存器msb = most significant bit/ 最高有效位lsb

11、= last significant bit/ 最低有效位oe = output enable /輸出使能progprogamme程序xtal:external crystal oscillator, 外部晶體振蕩器clkout :clock out,時(shí)鐘輸出buswdith :總線寬度vref:參考電壓(帶adc 的單片機(jī)中有的)reset:復(fù)位,重啟ach :?hso: high speed output,高速輸出hsi:high speed input:高速輸入inst :instruction,指令ready :就緒,總線中的就緒信號或引腳.nmi : no mask interruput (input):不可屏蔽的中斷請求(輸入)rxd :receive data ,接收串行數(shù)據(jù),單片機(jī)中有uart/usart 功能的串行數(shù)據(jù)輸入引腳txd : transmit data,發(fā)送串行數(shù)據(jù),單片機(jī)中有 uart/usart 功能的串行數(shù)據(jù)輸出引腳bh

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論