当前位置:网站首页>[single chip microcomputer simulation] (XII) instruction system logic operation instruction - logic XOR instruction XRL, accumulator clear 0 and reverse instruction
[single chip microcomputer simulation] (XII) instruction system logic operation instruction - logic XOR instruction XRL, accumulator clear 0 and reverse instruction
2022-07-19 03:02:00 【Embedded workplace】
Catalog
1、 Logical XOR instruction XRL
2、 Accumulator clear 0 And reverse instruction
1、 Logical XOR instruction XRL
XRL A,Rn ; A<=(A)⊕(Rn)
XRL A, direct
XRL A, @Ri
XRL A, #data
XRL direct, A
XRL direct, #data
XRL C, bit
XRL C, /bit
边栏推荐
- Rhce8 Study Guide Chapter 6 archiving and compression
- 【PHP】tp6多表连接查询
- 【MySQL】数据查询操作(select语句)
- Understand the JVM memory structure in one article
- Oracle获取最后一条,第一条数据(按时间获取第一条和最后一条数据)
- 【NoSQL】redis主从、哨兵、集群
- ResNet学习笔记
- Rhce8 Study Guide Chapter 7 service management
- GFS distributed file system
- 【单片机仿真】(六)寻址方式 — 变址寻址与相对寻址
猜你喜欢
随机推荐
Oracle gets the last and first data (gets the first and last data by time)
Redis之简单动态字符串SDS
SysTick定时器的基础学习以及手撕代码
[MCU simulation] (I) proteus8.9 installation tutorial
Fiddler grabbing
1. Introduction, analysis and implementation of asynctool framework
关于XML文件(六)-与JSON的区别
Redis' simple dynamic string SDS
4. Some thoughts on asynctool framework
【MySQL】数据查询操作(select语句)
无法访问此网站无法找到DNS地址DNS_PROBE_STARTED怎么办?
【NoSQL】redis高可用和持久化
BiSeNetV2-面部分割 ncnn推理
MySQL主从复制+读写分离
ResNet学习笔记
RHCE ansible second operation
樂視還有400多比特員工?過著沒有老板的神仙日子 官方出來回應了...
要开源节流
多表查询——案例练习
When the drain operation is performed on the work node, the number of pod copies is protected through the PDB








