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

汇编指令 助记符 英文注释 功能 1 MOV MOVe 传送 2 MOVC MOVe Code 代码传送 3 PUSH PUSH 压栈 4 POP POP 退栈 5 XCH eXCHange 交换 6 XCHD eXCHange Decimal 十进制交换 7 ADD ADD 加 8 ADDC ADD with Carry 带进位加 9 SUBB SUBbtract with Borrow 带进位减 10 INC INCrement 增量 11 DEC DECrement 减量 12 MUL MULtiply 乘 13 DIV DIVide 除 14 DA Decimal Adjust 十进制调整 15 ANL Logical And 逻辑与 16 ORL Logical OR 逻辑或 17 XRL Logical eXclusive oR 逻辑异或 18 CPL ComPLement 求补 19 CLR CLeaR 清除 20 SETB SET Bit 置位 21 RL Rotate Left 循环左移 22 RR Rotate Right 循环右移 23 RLC Rotate Left through the Carry flag 带进位循环左移 24 RRC Rotate Right through the Carry flag 带进位循环右移 25 SWAP SWAP (半字节)互换 26 AJMP Absolute JuMP 绝对转移 27 LJMP Long JuMP 长跳转 28 SJMP Short JuMP 短转移 29 JMP JuMP 跳转 30 JZ Jump if acc is Zero 累加器为零转移 31 JNZ Jump if acc is Not Zero 累加器不为零转移 32 JC Jump if Carry(if Cy=1) 进位位为1转移 33 JNC Jump if Not Carry(if Cy=0) 进位位为0转移 34 JB Jump if Bit is set(if Bit=1)指定位为1转移 35 JNB Jump if Not Bit(if Bit=1)指定位为0转移 36 JBC Jump if Bit is set and Clear bit 指定位等于1转移并清该位 37 CJNE Compare and Jump if Not Equal 比较不相等转移 38 DJNZ Decrement and Jump if Not Zero 减1不为0转移 39 ACALL Absolute CALL 绝对调用 40 LCALL Long CALL 长调用 41 RET RETurn 子程序返回 42 RETI RETurn from Interrupt 中断返回 43 NOP No OPeration 空操作 ...

2022-03-04 · 4 分钟 · 1822 字 · Jeapo

ESP 踩坑记录

烧写ESP32C3-mini-1 的时候,烧写起始地址应该从0x0000开始,否则一直报错,并且采用without usb 的固件 而烧写ESP32-D0WDQ6 的时候应该从0x1000开始。 ...

2022-03-03 · 1 分钟 · 90 字 · Jeapo

摘一个scoop安装的docker遇到的启动问题

The pipe access that the error message mentions is a (probably unrelated) issue when docker client is run by non-admin users (see here). I think the most likely explanation is that the docker service has failed to start. When you ran dockerd you were actually starting an instance of the daemon - and the line API listen on //./pipe/docker_engine means that the system service hadn’t started previously - as the instance you started could create the pipe. ...

2022-02-16 · 1 分钟 · 222 字 · Jeapo

欢迎使用 Typecho

如果您看到这篇文章,表示您的 blog 已经安装成功.

2020-11-18 · 1 分钟 · 22 字 · Jeapo

关于

关于网站 没有关于,都是些零零碎碎 文章列表 点击标题查看文章列表 用户注册 如果有朋友想要注册可以点击标题注册,欢迎分享你的点滴 关于自己 本人在口头上逻辑跟不上思维的脚步,喜欢实务胜于畅想,喜欢感受胜于虚行。喜欢折腾计算机相关的新技术,无论软硬件。有一个自己的博客网站,三年里折腾了从传感器到单片机到服务器的一体化系统并作为自己的论文;不喜与他人争虚名,但想证明自己,参加过两次数学建模比赛都没有取得最好的名次,但也不赖。曾有志成为信息安全专家,因填错了专业而入行大安全,一般情况下大小之选选其大,只是大安全相关的职业叫做安全管理员就有点头痛,好在曾经的兴趣变成了工作中的助手和乐趣。目前的志向是成为作家,退休后写小说,于是乎格外留意生活与工作中的感悟,闲暇时刻多阅读多记录以积累思想和文字,身心俱疲的时候就和朋友打打游戏或电话。 ...

2020-11-18 · 1 分钟 · 360 字 · Jeapo

A letter to be Opened in the Event of My Death | To Clare

December 10, 2006 Dearest Clare, As I write this, I am sitting at my desk in the back bedroom looking out at your studio across the backyard full of blue evening snow, everything is slick and crusty with ice, and it is very still. It’s one of those winter evenings when the coldness of every single thing seems to slow down time, like the narrow center of an hourglass which time itself flows through, but slowly, slowly. I have the feeling, very familiar to me when I am out of time but almost never otherwise, of being buoyed up by time, floating effortlessly on its surface like a fat lady swimmer. I had a sudden urge, tonight, here in the house by myself (you are at Alicia’s recital at St. Lucy’s) to write you a letter. I suddenly wanted to leave something, for after. ...

1997-02-08 · 5 分钟 · 959 字 · Henry