exp03.asm

来自「TMS320C54X DSP 实验指导程序 实验一 常用指令实验 实验二 」· 汇编 代码 · 共 16 行

ASM
16
字号
;File Name :exp03.asm
;learn how to operate the I/O ports
;get some knowledge of the rts.lib file
	.mmregs
	.global	_main
	
	.text
_main:
	stm		1000h,ar1  ;define the address
	portr	02h,*ar1
	nop
	portw	*ar1,04h
	nop	
    b _main
    .end

⌨️ 快捷键说明

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