port.asm

来自「dsp实验箱的多个样例程序」· 汇编 代码 · 共 16 行

ASM
16
字号
	.mmregs
	.global	_porta
	.global	_portb
	
_porta:
	stm		304h,ar1   ;pianxuan poacs 04h
	st		5555h,*ar1   ;0101 0101
	portw	*ar1,04h     ;write out
	ret
	
_portb: 
	stm		304h,ar1     ;pianxuan poacs 04h
	st		0aaaah,*ar1  ;1010 1010 
	portw	*ar1,04h       ;write out
	ret 
   

⌨️ 快捷键说明

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