_ez80.inc

来自「zilog的实时操作系统RZK,可以移植到多种处理器上」· INC 代码 · 共 31 行

INC
31
字号
;********************************************************************************
; Copyright 2004, ZiLOG Inc.													*
; All Rights Reserved															*
;																				*
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of ZiLOG Inc., and might			*
; contain proprietary, confidential and trade secret information of				*
; ZiLOG, our partners and parties from which this code has been licensed.		*
;																				*
; The contents of this file may not be disclosed to third parties, copied or	*
; duplicated in any form, in whole or in part, without the prior written		*
; permission of ZiLOG Inc.														*
;																				*
;********************************************************************************

	.if _EZ80F91
		.include "eZ80F91.inc"
	.endif
	.if _EZ80F92
		.include "eZ80F92.inc"
	.endif
	.if _EZ80F93
		.include "eZ80F93.inc"
	.endif
	.if _EZ80L92
		.include "eZ80L92.inc"
	.endif
	.if _EZ80190
		.include "eZ80190.inc"
	.endif

⌨️ 快捷键说明

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