ntr_bootrom/trunk/IrisMainp/include/IrisTargetArm.s

40 lines
936 B
ArmAsm
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;=======================================================================
; IrisTargetArm.s
; IRISターゲット選択ARMASM用
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=======================================================================
IF :DEF: _IRIS_TARGET_H
ELSE
_IRIS_TARGET_H * 1
; IRIS_BB * 1 ; ブレッドボード専用定義への切り換え
IRIS_TEG * 1 ; TEGボード専用定義への切り換え
; IRIS_TS * 1 ; TS専用定義への切り換え
MMEM_4M * 1 ; メインメモリ4M本体用定義への切り換え
IF :DEF: NDEBUG
ELSE
; ENABLE_DBGLIB ; デバッグライブラリを使用します
ENDIF
; NSYNC_SUBP * 1 ; サブプロセッサと同期を取らない場合
IF :DEF: IRIS_BB
ELSE
EXCEPT_VEC_TO_ITCM * 1 ; 例外ベクタを命令TCM上へ移動する場合
ENDIF
ENDIF ; _IRIS_TARGET_H
END