原创 张明峰书例子3-22

2024-5-8 19:16 204 4 4 分类: MCU/ 嵌入式 文集: PIC
代码

#include

flag equ 0x20

	org 0x0000
	goto main
	org 0x0020
main
	movlw 0x55
	movwf flag
	movlw 0x55
	xorwf flag,w
	bz    Match
	nop
	goto $

Match
	nop
	return
end
运行

文章评论0条评论)

登录后参与讨论
我要评论
0
4
关闭 站长推荐上一条 /2 下一条