mod_test.asm

来自「可移植的MicroChip的PIC全系列单片机软件仿真器」· 汇编 代码 · 共 26 行

ASM
26
字号
	list	p=16c84	;; 	;; mod_test.asm - a simple program to test gpsim's ability to interface	;; to modules	;; 		include "p16c84.inc"	org	0	;; Make all of portb I/O pins outputs	clrw	tris	portb		;; Loop continuously and increment portb. If a module is	;; is attached to this port, then it will get the changing	;; count.begin	incf	portb,f	goto	begin	end

⌨️ 快捷键说明

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