⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read.asm

📁 液晶屏的单片机demo程序
💻 ASM
字号:
;$include (REG52.INC)
public readstatus
public delayy
public Nopp
proc   segment code
rst equ p3.0
cs2 equ p3.1
cs1 equ p3.2
e   equ p3.3
rw  equ p3.4
di  equ p3.5
green equ p0.7
rseg  proc
readstatus:
	clr di
	call delayy
	clr rw
	call delayy
	clr e
	call delayy
	setb rw
	call delayy
	setb e
	call delayy
	clr e
	call delayy
	setb e
	call delayy
	setb green
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	call delayy
	mov r7,P1
	clr green
	ret
delayy:
	mov r1,#20h
loop:
	nop
	nop
	djnz r1,loop
	ret
Nopp:
	nop
	nop
	ret
	end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -