MCS-51单片机_英文全称

MCS-51单片机_英文全称
MCS-51单片机_英文全称

指令

分类指令功能助记符英文全称

数据传送指令传递类指令片内RAM MOV Move

片外RAM MOVX Move External RAM

ROM MOVC Move Code

堆栈指令压栈PUSH Push onto Stack

出栈POP Pop from Stack

交换类指令整字节XCH Exchange

低半字节XCHD Exchange low-order Digit

A高/低4位SWAP Swap

算术运算指令加法不带进位位ADD Add

带进位位ADDC Add with Carry

减法带借位位SUBB Substract with Borrow

乘法MUL Multiply

除法DIV Divide

十进制调整DA Decimal Adjust

加1 INC Increment

减1 DEC Decrement

逻辑运算指令清0 CLR Clear

取反CPL Complement

循环左移1位 A RL Rotate Left

A,C RLC Rotate Left through the

Carry flag

循环右移1位 A RR Rotate Right

A,C RRC Rotate Right through the

Carry flag

与ANL Logical AND

或ORL Logical OR

异或XRL Logical Exclusive OR

控制转移类指令无条件转移指

(短转移)绝对

转移

AJMP Absolute Jump

长转移LJMP Long Jump

短转移(相对转

移)

SJMP Short Jump

间接转移JMP Jump Indirect 条件转移指令为0转移JZ Jump Zero

补位0转移JNZ Jump Not Zero

比较不相等转移CJNE Compare and Jump if Not

Equal

减1不为0转移DJNZ Decrement and Jump if

Not Zero

子程序调用与返回指令长跳转LCALL Long Call

短跳转ACALL Absolute Call

子程序返回RET Return from subroutine 中断返回RETI Return from Interruption

空操作指令NOP No Operation

布尔变量操作类指令传送MOV Move

清0 CLR Clear

置1 SETB Set Bit

取反CPL Complement

与ANL Logical AND

或ORL Logical OR

C为1转移JC Jump if Carry

C为0转移JNC Jump if Not Carry

位地址为1转移JB Jump if Bit is set

位地址为0转移JNB Jump if Not Bit

位地址为0转移,并清0 JBC If Bit is set and Clear Bit

伪指令

伪指令功能助记符英文全称

指定该伪指令下面一条指令

ORG Origin

(或数据块)的起始地址

结束标志END End

定义常数表(字节)DB Define Byte

定义常数表(字,即2字节)DW Define Word 指定预留存储区长度DS Define Storage 定义位地址BIT Bit

定义符号(先定义后使用)EQU Equal

定义符号(定义、使用无顺

DATA Datas

序)

取高字节HIGH High

取低字节LOW Low

SFR

名称寄存器符号英文全称

累加器ACC,A accumulate

程序状态字PSW program status word 进位标志位CY,C carry

辅助进位标志位AC auxiliary carry

溢出标志位OV overflow

堆栈指针SP stack point

数据指针寄存器DPTR data point register 中断优先级控制寄存器IP interrupt priority

中断使能IE interrupt enable

定时器/计数器模式寄存器TMOD timer mode

定时器/计数器控制寄存器TCON timer control

电源控制寄存器PCON power control

微处理器

中文名称简写英文名称

算术逻辑部件ALU Arithmetic Logic Unit 累加器ACC,A accumulate

标志寄存器FR Flag Register

进位标志CY,C Carry Flag

辅助进位标志AF Auxiliary Carry Flag 溢出标志OF Overflow Flag

零标志ZF Zero Flag

符号标志SF Sign Flag

奇偶标志PF Parity Flag

程序计数器PC Program Counter

指令寄存器IR Instruction Register 指令译码器ID Instruction Decoder

中文名称简写英文名称

接地端GND Ground

接外部晶体XTAL External Crystal

复位信号RST Restoration

变更ALE alter

程序PROG program

程序存储器使能(选择外部程

PSEN program saving enable 序存储器)

允许所有中断EA enable all interrupt

中文名称简写英文名称

随机存取数据存储器RAM random access memory 只读程序存储器ROM read only memory

特殊功能寄存器SFR special function register 最高有效位MSB most significant bit

最低有效位LSB last significant bit

51单片机英文缩写全称(整理最全)

51单片机英文缩写全称(整理最全) -CAL-FENGHAI-(2020YEAR-YICAI)_JINGBIAN

MCS-51指令英语全简称 (1)数据传送类指令(7种助记符) 助记符英文注释功能 MOV Move 对内部数据寄存器RAM和特殊功能寄存器SFR的数据进行传送 MOVC Move Code 读取程序存储器数据表格的数据传送 MOVX Move External RAM 对外部RAM的数据传送 XCH Exchange 字节交换 XCHD Exchange low-order Digit 低半字节交换 PUSH Push onto Stack) 入栈 POP Pop from Stack) 出栈 (2)算术运算类指令(8种助记符) ADD Addition 加法 ADDC Add with Carry 带进位加法 SUBB Subtract with Borrow 带借位减法 DA Decimal Adjust 十进制调整 INC Increment 加1 DEC Decrement 减1 MUL Multiplication、Multiply 乘法 DIV Division、Divide 除法 (3)逻辑运算类指令(10种助记符) ANL And Logic 逻辑与 ORL OR Logic 逻辑或 XRL Exclusive-OR Logic 逻辑异或 CLR Clear 清零 CPL Complement 取反 RL Rotate left 循环左移 RLC Rotate Left throught the Carry flag 带进位循环左移 RR Rotate Right 循环右移 RRC Rotate Right throught the Carry flag 带进位循环右移 SWAP Swap 低4位与高4位交换 (4)控制转移类指令(17种助记符) ACALL Absolute subroutine Call 子程序绝对调用 LCALL Long subroutine Call 子程序长调用 RET Return from subroutine 子程序返回 RETI Return from Interruption 中断返回 JMP Jump Indirect 跳转指令 SJMP Short Jump 短转移 AJMP Absolute Jump 绝对转移

单片机常用英文缩写全称

MCS-51 指令 (1)数据传送类指令( 7 种助记符)助记符英文注释功能 SFR 的数据进行传送MOV Move 对内部数据寄存器 RAM 和特殊功能寄存器 MOVC Move Code 读取程 序存储器数据表格的数据传送 MOVX Move External RAM 对外部 RAM 的数据传送 XCH Exchange 字节交换 XCHD Exchange low-order Digit 低半字节交换 PUSH Push onto Stack)入栈 POP Pop from Stack)出栈 (2)算术运算类指令( 8 种助记符) ADD Addition 加法 ADDC Add with Carry 带进位加法 SUBB Subtract with Borrow 带借位减法 DA Decimal Adjust 十进制调整 INC Increment 加 1 DEC Decrement 减 1 MUL Multiplication 、 Multiply 乘法 DIV Division 、 Divide 除法 (3)逻辑运算类指令( 10 种助记符) ANL And Logic 逻辑与 ORL OR Logic 逻辑或 XRL Exclusive-OR Logic 逻辑异或 CLR Clear 清零 CPL Complement 取反 RL Rotate left 循环左移 RLC Rotate Left throught the Carry flag 带进位循环左移 RR Rotate Right 循环右移 RRC Rotate Right throught the Carry flag 带进位循环右移 SWAP Swap 低 4 位与高 4 位交换(4)控制转移类指令( 17 种助记符) ACALL Absolute subroutine Call 子程序绝对调用 LCALL Long subroutine Call 子程序长调用RET Return from subroutine 子程序返回 RETI Return from Interruption 中断返回 JMP Jump Indirect SJMP Short Jump 短转移 AJMP Absolute Jump 绝对转移 LJMP Long Jump 长转移 CJNE Compare and Jump if Not Equal 比较不相等则转移 DJNZ Decreme nt and Jump if Not Zero 减1后不为0则转移 JZ Jump if Zero 结果为0则转移JNZ Jump if Not Zero 结果不为0则转移 JC Jump if the Carry flag is set 有进位则转移

常见的英文缩写及全称

全国人民代表大会National People's Congress (NPC) 主席团Presidium 常务委员会Standing Committee 办公厅General Office 秘书处Secretariat 代表资格审查委员会Credentials Committee 提案审查委员会Motions Examination Committee 民族委员会Ethnic Affairs Committee 法律委员会Law Committee 财政经济委员会Finance and Economy Committee 外事委员会Foreign Affairs Committee 教育、科学、文化和卫生委员会Education,Science,Culture and Public Health Committee 内务司法委员会Committee for Internal and Judicial Affairs 华侨委员会Overseas Chinese Affairs Committee 法制工作委员会Commission of Legislative Affairs 特定问题调查委员会Commission of Inquiry into Specific Questions 宪法修改委员会Committee for Revision of the Constitution 2、中华人民共和国主席President of the People's Republic of China 3、中央军事委员会Central Military Commission 4、最高人民法院Supreme People's Court

单片机常见英文缩写

lamant_sarah 单片机英文缩写全称及中文名称 一、寄存器部分 SFR= special function register //特殊功能寄存器(片内RAM 80H~FFH) ACC= accumulate //累加器 PSW= programmer status word //程序状态字 SP= stack point //堆栈指针 DPL,DPH=DPTR(data point register //数据指针寄存器)的低8位和高8位IE =interrupt enable // 中断使能 IP= interrupt priority //中断优先级 PCON =power control //电源控制 SCON= serial control //串行口控制

SBUF= serial buffer //串行数据缓冲 TCON =timer control //定时器控制 TMOD= timer mode //定时器方式 PSW: CY= carry (psw.7) //进位(标志) AC= auxiliary carry (psw.6) //辅助进位 F0= (psw.5) //用户自定义标志位 RS1,RS0=register selection (psw.4,psw.3)//工作寄存器组选择位OV=overflow (psw.2) //溢出 P=parity (psw.0) //奇偶校验位

IE: EA=Enable All Interrupt //CPU开/关中断控制位ET=Enable Timer //定时器溢出中断允许位 ES=Enable Serial Port //串行口中断允许位 EX=Enable External //外部中断的中断允许位 IP: PS=Priority Serial //串口优先级 PT=Priority Timer //定时器优先级 PX=Priority External //外部中断优先级

单片机指令英文全称

MOV(英文为Move):对内部数据寄存器RAM和特殊功能寄存器SFR的数据进行传送;MOVC(Move Code)读取程序存储器数据表格的数据传送; MOVX (Move External RAM) 对外部RAM的数据传送; XCH (Exchange) 字节交换; XCHD (Exchange low-order Digit) 低半字节交换; PUSH (Push onto Stack) 入栈; POP (Pop from Stack) 出栈; (2)算术运算类指令(8种助记符) ADD(Addition) 加法; ADDC(Add with Carry) 带进位加法; SUBB(Subtract with Borrow) 带借位减法; DA(Decimal Adjust) 十进制调整; INC(Increment) 加1; DEC(Decrement) 减1; MUL(Multiplication、Multiply) 乘法; DIV(Division、Divide) 除法; (3)逻辑运算类指令(10种助记符) ANL(AND Logic) 逻辑与; ORL(OR Logic) 逻辑或; XRL(Exclusive-OR Logic) 逻辑异或; CLR(Clear) 清零; CPL(Complement) 取反; RL(Rotate left) 循环左移; RLC(Rotate Left through the Carry flag) 带进位循环左移; RR(Rotate Right) 循环右移; RRC (Rotate Right through the Carry flag) 带进位循环右移; SWAP (Swap) 低4位与高4位交换; (4)控制转移类指令(17种助记符) ACALL(Absolute subroutine Call)子程序绝对调用; LCALL(Long subroutine Call)子程序长调用; RET(Return from subroutine)子程序返回; RETI(Return from Interruption)中断返回; SJMP(Short Jump)短转移; AJMP(Absolute Jump)绝对转移; LJMP(Long Jump)长转移; CJNE (Compare Jump if Not Equal)比较不相等则转移; DJNZ (Decrement Jump if Not Zero)减1后不为0则转移; JZ (Jump if Zero)结果为0则转移; JNZ (Jump if Not Zero) 结果不为0则转移;

单片机英文缩写全称 整理最全

MCS-51指令英语全简称 (1)数据传送类指令(7种助记符) 助记符英文注释功能 MOV Move 对内部数据寄存器RAM 和特殊功能寄存器SFR的数据进行传送 MOVC Move Code 读取程序存储器数据表格的数据传送 MOVX Move External RAM 对外部RAM的数据传送 XCH Exchange 字节交换 XCHD Exchange low-order Digit 低半字节交换 PUSH Push onto Stack) 入栈 POP Pop from Stack) 出栈 (2)算术运算类指令(8种助记符) ADD Addition 加法 ADDC Add with Carry 带进位加法 SUBB Subtract with Borrow 带借位减法 DA Decimal Adjust 十进制调整 INC Increment 加1 DEC Decrement 减1 MUL Multiplication、Multiply 乘法 DIV Division、Divide 除法 (3)逻辑运算类指令(10种助记符) ANL And Logic 逻辑与 ORL OR Logic 逻辑或 XRL Exclusive-OR Logic 逻辑异或 CLR Clear 清零 CPL Complement 取反 RL Rotate left 循环左移 RLC Rotate Left throught the Carry flag 带进位循环左移 RR Rotate Right 循环右移 RRC Rotate Right throught the Carry flag 带进位循环右移 SWAP Swap 低4位与高4位交换 (4)控制转移类指令(17种助记符) ACALL Absolute subroutine Call 子程序绝对调用 LCALL Long subroutine Call 子程序长调用 RET Return from subroutine 子程序返回 RETI Return from Interruption 中断返回 JMP Jump Indirect 跳转指令

51单片机常用汇编语言助记符英文全称

51单片机常用汇编语言助记符英文全称 (1)数据传送类指令(7种助记符) MOV(英文为Move):对内部数据寄存器RAM和特殊功能寄存器SFR的数据进行传送;MOVC(Move Code)读取程序存储器数据表格的数据传送; MOVX (Move External RAM) 对外部RAM的数据传送; XCH (Exchange) 字节交换; XCHD (Exchange low-order Digit) 低半字节交换; PUSH (Push onto Stack) 入栈; POP (Pop from Stack) 出栈; (2)算术运算类指令(8种助记符) ADD(Addition) 加法; ADDC(Add with Carry) 带进位加法; SUBB(Subtract with Borrow) 带借位减法; DA(Decimal Adjust) 十进制调整; INC(Increment) 加1;DEC(Decrement) 减1; MUL(Multiplication、Multiply) 乘法; DIV(Division、Divide) 除法; (3)逻辑运算类指令(10种助记符) ANL(AND Logic) 逻辑与; XRL(Exclusive-OR Logic) 逻辑异或; CLR(Clear) 清零;CPL(Complement) 取反; RL(Rotate left) 循环左移; RLC(Rotate Left throught the Carry flag) 带进位循环左移; RR(Rotate Right) 循环右移; RRC (Rotate Right throught the Carry flag) 带进位循环右移; SWAP (Swap) 低4位与高4位交换; (4)控制转移类指令(17种助记符) ACALL(Absolute subroutine Call)子程序绝对调用;

单片机英文缩写

INC 增量-Incremect ['inkrim?nt] n. 增加 DNC 减量-Decrement['dekrim?nt] n. 渐减,减少,减少量[计算机] 递减SJMP 短转移-Short jump LJMP 长转移-Long jump CJNE 比较转移-Compare jump not equality AJMP 绝对转移-Absolute jump ['?bs?lu:t] a. 绝对的,完全的n. 绝对 NOP 空操作-No operation XCH 交换-Exchange ADD 加法-Addition MUL 乘法-Multiplication DIV 除法-Division RL 左环移-Rotate left [r?u'teit] v. (使)旋转 RLC 进位左环移-Rotate left carry RR 右环移-Rotate right RRC 进位右环移-Rotate right carry PC 程序计数器 progammer counter ACC 累加器 accumulate [?'kju:mjuleit]v. 积聚,堆积 PSW 程序状态字 progammer status word ['steit?s] n. 地位,身份,情形,状况 SP 堆栈指针 stack point [st?k]n. 堆叠,堆 DPTR 数据指针寄存器 data point register ['red?ist?]v. 记录,登记n.记录 IP 中断优先级 interrupt priority [prai'?riti] n. 优先权,优先顺序,优先 IE 中断使能 interrupt enable TMOD 定时器工作方式寄存器 timer mode[m?ud] n. 方式,样式 ALE 变更 alter PSEN 程序存储器使能 progammer saving enable (选择外部程序存储器的意思) EA 允许所有中断 enable all interrupt PROG 程序 progamme SFR 特殊功能寄存器 special funtion register TCON 定时器控制 timer control PCON 电源控制 power control MSB 最高有效位 most significant bit[sig'nifik?nt]adj. 有意义的,有效的LSB 最低有效位 last significant bit last [lɑ:st]adj. 最后的most [m?ust] n. 最多,最大CY 进位(标志) carry ['k?ri]n. 进位,超位v. 携带 AC 辅助进位 assistant carry [e=sistent]形:助理的;辅助的 OV 溢出 overflow ORG 起始来源 originally [?'rid??n?li]adv. 本来,原来,最初 DB 字节定义 define byte EQU 等于 equal DW 字定义 define word E 使能 enable OE 输出使能 output enable RD 读 read WR 写 write rel 相对量 relatively ['rel?tivli] adv. 比较地,相对地

汽车常用英文名称及缩写

整理如下:(一部份) 阿库拉 ACURA 阿尔法 ALFA 阿斯顿 ASTON 奥迪 AUDI 本特利 BENTLEY 宝马 BMW 布加蒂 BUGATTI 别克 BUICK 凯迪拉克 CADILLCA

雪佛兰 CHEVROLET 克莱斯勒 CHRYSLER 雪铁龙 CITROEN 大宇 DAEWOO 大发 DAIHATSU 道奇 DODGE 天鹰 EAGLE 俊朗 EUNOS 法拉利 FERRARI 福特 FORD 本田 HONDA 现代 HYUNDAI 美洲虎 JAGUAR

兰伯基尼 LAMBORGHINI 兰旗 LANCIA 凌志 LEXUS 林肯 LINCOLN 莲花 LOTUS 马自达 MAZDA 麦克拉伦 McLAREN 梅塞德斯.奔驰 mercedes-benz 默丘利 MERCURY 三菱 MITSUBISHI 尼桑 NISSAN 奥兹莫比尔 OLDSMOBILE 欧宝 OPEL

标致 PEUGEOT 旁蒂克 PONTIAC 保时捷 PORSCHE 雷诺 RENAULT 劳斯莱斯 ROLLS ROYCE 罗孚 ROVER 绅宝 SAAB 富士 SUBARU 铃木 SUZUKI 丰田 TOYOTA 大众 VOLKSWAGEN 沃尔沃富豪 VOLVO 野马Mustang

罗尔斯罗伊斯Rolls-Royce 桑塔纳Santana BENZ 奔驰 BMW 宝马 FERRARI 法拉利 FORD 福特 CADILLAC 凯迪拉克TOYOTA 丰田 ROLLS-ROYCE 劳斯莱斯PORSCHE 保时捷 GM 通用VOLKSWAGEN 大众LINCOLN 林肯

单片机英文缩写的全称

单片机缩写的英文全称 英文缩写: MCS-51:Micro Computer System-51 PSW(Processor Status Word)中的标志位: CY:Carry AC:Auxiliary Carry F0:Flag 0 RS:Register Select OV:Overflow P:Parity 指令: MOV (Move) MOVC (Move Code) MOVX (Move External) XCH (Exchange) XCHD(Exchange low-order Digit) PUSH POP AJMP (Absolutely Jump) LJMP (Long Jump) SJMP (Short Jump) JMP (Jump) JZ (Jump Zero) JNZ (Jump Not Zero) JC (Jump if Carry) JNC (Jump if Not Carry) JB (Jump if Bit is set) JNB (Jump if Not Bit) JBC (Jump if Bit is set and Clear Bit) CJNE (Compare and Jump if Not Equal) DJNZ (Decrease and Jump if Not Zero) ACALL (Absolutely Call) LCALL (Long Call) RET (Return) NOP (No Operation) ADD ADDC (Add with Carry) SUBB (Subtract with Borrow) MUL (Multiply) DIV (Divide)

完整word版,51单片机英文及其翻译

英文翻译 原文: 51 Microcontroller Introduction Microcontrollers basic component is a central processing unit (CPU in the computing device and controller), read-only memory (usually expressed as a ROM), read-write memory (also known as Random Access Memory MRAM is usually expressed as a RAM) , input / output port (also divided into parallel port and serial port, expressed as I / O port), and so composed. In fact there is also a clock circuit microcontroller, so that during operation and control of the microcontroller, can rhythmic manner. In addition, there are so-called "break system", the system is a "janitor" role, when the microcontroller control object parameters that need to be intervention to reach a particular state, can after this "janitor" communicated to the CPU, so that CPU priorities of the external events to take appropriate counter-measures. Microcontrollers are used in a multitude of commercial applications such as modems, motor-control systems, air conditioner control systems, automotive engine and among others. The high processing speed and enhanced peripheral set of these microcontrollers make them suitable for such high-speed event-based applications. However, these critical application domains also require that these microcontrollers are highly reliable. The high reliability and low market risks can be ensured by a robust testing process and a proper tools environment for the validation of these microcontrollers both at the component and at the system level. Intel Platform Engineering department developed an object-oriented multi-threaded test environment for the validation of its AT89C51 automotive microcontrollers. The goals of this environment was not only to provide a robust testing environment for the AT89C51 automotive microcontrollers, but to develop an environment which can be easily extended and reused for the validation of several other future microcontrollers. The environment was developed in conjunction with Microsoft Foundation Classes (AT89C51). The paper describes the design and mechanism of this test environment, its interactions with various hardware/software environmental components, and how to use AT89C51. Are 8-bit microcontroller early or 4 bits. One of the most successful is the INTEL 8031, for a simple, reliable and good performance was a lot of praise. Then developed in 8031 out of MCS51 MCU Systems. SCM systems based on this system until now is still widely used. With the increased requirements of industrial control field, began a 16-bit microcontroller, but not ideal because the cost has not been very widely used. After 90 years with the great development of consumer electronics, microcontroller technology has been a huge increase. With INTEL i960 series, especially the later series of widely used ARM, 32-bit microcontroller quickly replace high-end 16-bit MCU status and enter the mainstream market. The traditional 8-bit microcontroller performance have been the

常见的英文缩写及全称

全国人民代表大会 National People's Congress (NPC) 主席团 Presidium 常务委员会 Standing Committee 办公厅General Office 秘书处Secretariat 代表资格审查委员会Credentials Committee 提案审查委员会Motions Examination Committee 民族委员会Ethnic Affairs Committee 法律委员会Law Committee 财政经济委员会Finance and Economy Committee 外事委员会Foreign Affairs Committee 教育、科学、文化和卫生委员会Education, Science, Culture and Public Health Committee 内务司法委员会Committee for Internal and Judicial Affairs 华侨委员会Overseas Chinese Affairs Committee 法制工作委员会Commission of Legislative Affairs 特定问题调查委员会Commission of Inquiry into Specific Questions 宪法修改委员会Committee for Revision of the Constitution 2、中华人民共和国主席 President of the People's Republic of China 3、中央军事委员会 Central Military Commission 4、最高人民法院 Supreme People's Court 5、最高人民检察院 Supreme People's Procuratorate 6、国务院State Council (1)国务院部委Ministries and Commissions Directly under the State Council 外交部Ministry of Foreign Affairs 国防部Ministry of National Defence 国家发展和改革委员会National Development and Reform Commission

单片机指令和寄存器英语词汇

按功能分为五大类: (1)数据传送类指令(7种助记符) MOV(英文为Move):对内部数据寄存器RAM和特殊功能寄存器SFR的数据进行传送;MOVC(Move Code)读取程序存储器数据表格的数据传送; MOVX(Move External RAM)对外部RAM的数据传送; XCH(Exchange)字节交换; XCHD(Exchange low-order Digit)低半字节交换; PUSH(Push onto Stack)入栈; POP (Pop from Stack)出栈; (2)算术运算类指令(8种助记符) ADD(Addition) 加法; ADDC(Add with Carry) 带进位加法; SUBB(Subtract with Borrow) 带借位减法; DA(Decimal Adjust) 十进制调整; INC(Increment) 加1; DEC(Decrement) 减1; MUL(Multiplication、Multiply) 乘法; DIV(Division、Divide) 除法; (3)逻辑运算类指令(10种助记符) ANL(AND Logic) 逻辑与; ORL(OR Logic) 逻辑或; XRL(Exclusive-OR Logic) 逻辑异或; CLR(Clear) 清零; CPL(Complement) 取反; RL(Rotate left) 循环左移; RLC(Rotate Left throught the Carry flag) 带进位循环左移; RR(Rotate Right) 循环右移; RRC(Rotate Right throught the Carry flag) 带进位循环右移; SWAP (Swap)低4位与高4位交换; (4)控制转移类指令(17种助记符) ACALL(Absolute subroutine Call)子程序绝对调用; LCALL(Long subroutine Call)子程序长调用; RET(Return from subroutine)子程序返回; RETI(Return from Interruption)中断返回; SJMP(Short Jump)短转移; AJMP(Absolute Jump)绝对转移; LJMP(Long Jump)长转移; CJNE (Compare Jump if Not Equal)比较不相等则转移; DJNZ (Decrement Jump if Not Zero)减1后不为0则转移; JZ (Jump if Zero)结果为0则转移;

基于51单片机的英文论文

the Real-Time Clock Based on AT89S51 Author: Class: ; Name: Abstract: Digital clock has become indispensable in people's daily life, it is widely used in public places such as the family and the office, and it gives people great convenience in study, work and entertainment. Due to the development of digital integrated circuit technology and the advanced quartz technology, the digital clock has advantages of accurate, stable performance and easy to carry. It is also used in automatic control, automatic signal and etc. Although the digital clocks are already sold on the market, but the single chip microcomputer timer function also can complete the design of the digital clock circuit. So it is necessary to the design of the digital clock. By single chip microcomputer internal timer timing precision, the four digital tube display year, month, day, time, minutes and seconds. With the keyboard, users can be preset time, display the time, set the content, set time operation mode, etc. Keywords: AT89S51; clock; digital tube; keyboard switch; function Introduction: AT89S51 is a very suitable for the beginners of the single chip microcomputer, it is fully compatible with the traditional instruction system of 8051,8031. Can realize the following functions: 1. Use the keyboard switch, show respectively the seconds, minutes, hour, day, month, year; 2. Use the keyboard preset year, month, day, time, minutes and seconds; 3. Can the countdown, the countdown units for minutes; 4. Every second , the four decimal point shine once; 5. Timing alarm clock function, a buzzer call reminder. 6. The clock error daily is not more than 1 second. Methods: 1.The minimum single chip microcomputer system AT89S51 has the following standard functions: 8 k bytes Flash, 256 bytes RAM, and 32-bit I/O lines, a watchdog timer, two data pointer, three 16 timer/counter, a level 6 vector 2 interrupt structure, full duplex serial port, piece of crystals and the clock circuit . In idle mode, the CPU stops working, allows RAM, timer/counter, serial port and interrupt continue to work. In fall protection mode, RAM content are stored, has been frozen, single chip microcomputer stops all work, until the next interruption or hardware reset.

3GPP常用英文缩写全称大全.docx

3GPP常用英文缩写全称大全

3GPP常用英文缩写全称大全 3G是3GPP的简写形式,3GPP在英文里的全称是:the 3rd Generation Partner Project 中文的全称是:第三代合作伙伴计划,是领先的3G技术规范机构,旨在研究制定并推广基于演进的GSM核心网络的3G标准,它负责WCDMA标准的制定,R4标准是其中较为成熟的一个版 本。 3GPP: 3GP是一种3G流媒体的视频编码格式,是目前手机中最为常见的一种视频格式。简单的说,该格式是“第三代合作伙伴项目”(3GPP)制定的一种多媒体标准,使用户能使用手机享受高质量 的视频、音频等多媒体内容。 3GPP常用英文缩写全称大全 3GPP 3rd Generation Partnership Project AAL ATM Adaptation Layer AAL2 ATM Adaptation Layer of type 2 AAL5 ATM Adaptation Layer of type 5 A&C Authentication and Ciphering ACFE Access Control Function Entity AI Acquisition Indication AICH Acquisition Indication Channel ALCAP Access Link Control Application Part AM Acknowledged Mode (of RLC) AMR Adaptive Multi Rate (Transcoder) AN Access Network AOA Angle Of Arrival AP Application Process APDU Application Protocol Data Unit APId Access Point Identifier APN Access Point Name APS Automatic Protection Switching ARIB Association of Radio Industries and Business ARQ Automatic Repeat Request ASAP Alarm Severity Assignment Profile ATC ATM Transfer Capability ATM Asynchronous Transfer Mode AUG Administrative Unit Group AU-n Administrative Unit n with n being 4 or 3 AUTN Authentication Token AWGN Added White Gaussian Noise BCCH Broadcast Control Channel BCH Broadcast Channel BER Bit Error Rate

单片机模块中的缩写英文及中文全称

单片机缩写的英文全称及中文名称(利于理解)PC = progammer counter //程序计数器 ACC = accumulate //累加器 PSW = progammer status word //程序状态字 SP = stack point //堆栈指针 DPTR = data point register //数据指针寄存器 IP = interrupt priority //中断优先级 IE = interrupt enable // 中断使能 TMOD = timer mode //定时器方式(定时器/计数器控制寄存器) ALE = alter (变更,可能是) PSEN = progammer saving enable //程序存储器使能(选择外部程序存储器的意思) EA = enable all(允许所有中断)完整应该是enable all interrupt PROG = progamme (程序) SFR = special funtion register //特殊功能寄存器 TCON = timer control //定时器控制 PCON = power control //电源控制 MSB = most significant bit//最高有效位 LSB = last significant bit//最低有效位 CY = carry //进位(标志) AC = assistant carry //辅助进位 OV = overflow //溢出 ORG = originally //起始来源 DB = define byte //字节定义 EQU = equal //等于

相关文档
最新文档