Small Device C Compiler 面向Inter8051

源代码在线查看: putchar.s

软件大小: 2951 K
上传用户: lizibb
关键词: Compiler Device Small Inter
下载地址: 免注册下载 普通下载 VIP

相关代码

					.area _CODE				_putchar::       				_putchar_rr_s:: 				        ld      hl,#2				        add     hl,sp				        				        ld      l,(hl)				        ld      a,#1				        rst     0x08				        				        ret				           				_putchar_rr_dbs::				        ld      l,e					ld	a,#1				        rst     0x08								        ret														

相关资源