当前位置:网站首页>[single chip microcomputer simulation] (XI) instruction system logic operation instruction - logic and instruction anl, logic or instruction ORL
[single chip microcomputer simulation] (XI) instruction system logic operation instruction - logic and instruction anl, logic or instruction ORL
2022-07-19 03:02:00 【Embedded workplace】
Catalog
1、 Logic and instruction ANL
ANL A,Rn ; A<=(A)^(Rn)
ANL A, direct
ANL A, @Ri
ANLA, #data
ANL direct, A
ANL direct, #data
ANL C, bit
ANL C, /bit
notes : Operation time Bitwise
边栏推荐
猜你喜欢
随机推荐
内置键盘连续444
责任链模式的高级用法
GFS分布式文件系统
wangEditor介绍(入门级)
需要慢一点点
1、AsyncTool框架简介和分析实现
[MCU simulation] (VIII) instruction system - data transmission instruction
BiSeNetV2-面部分割
【单片机仿真】(十五)指令系统位操作类指令 — 位运算指令、位条件转移指令
First blog ----- self introduction
MySQL日志管理和完全备份增量备份与恢复
Understand JVM garbage collection in one article
3、AsyncTool框架原理源码解析
Configure VLAN and use OSPF protocol for layer 3 switches
The place where the dream begins ---- first knowing C language
BiSeNetV2-面部分割 ncnn推理
HCIA static comprehensive experiment
rsync—远程同步
审视自己投资的路
Redis之简单动态字符串SDS








