test-macros.h.s

来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· S 代码 · 共 58 行

S
58
字号
;*******************************************************************************
;*
;* The confidential and proprietary information contained in this file may
;* only be used by a person authorised under and to the extent permitted
;* by a subsisting licensing agreement from ARM Limited.
;*
;*                 (C) COPYRIGHT 1994-2001 ARM Limited.
;*                       ALL RIGHTS RESERVED
;*
;* This entire notice must be reproduced on all copies of this file
;* and copies of this file may only be made by a person if such person is
;* permitted to do so under the terms of a subsisting license agreement
;* from ARM Limited.
;*
;*              Validation Suite Macros and Definitions
;*              =======================================
;*
;*      Origin: ARM9 Validation Suite
;*      Author: Jon Rijk 02/10/1996
;*     $Author: jrijk $
;*   $Revision: 1.2 $
;*       $Date: Thu Jan  4 09:56:01 2001 $
;*
;*******************************************************************************

	; turn on normal listing
		;OPT	1+32+8192+16384
		
       	; prevent Test-Macros being included twice
                [	:DEF: Got_Test_Macros
		!	0, "\n\tWARNING: Test-Macros already included."
		|
		GBLL    Got_Test_Macros
		
	; turn off normal listing for include files
                ;OPT     2

	; make sure gen_makefile can find Configuration
		[	{FALSE}
		INCLUDE	Configuration.h.s
		]

		INCLUDE Test-Macros-Constants.h.s
		INCLUDE Test-Macros-Generic.h.s
		INCLUDE Test-Macros-Trickbox.h.s

		[	ANGEL
		!	0, "\nCompiling for Angel"
		|
		!	0, "\nCompiling for Demon"
		]
		
		]
		
;*******************************************************************************
		END

⌨️ 快捷键说明

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