ntr_bootrom/trunk/IrisMainp/include/IrisSystemCallArm.s

52 lines
1.4 KiB
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.

;=======================================================================
; IrisSystemCallArm.s
; IRIS システムコールARMASM用
;
; 各システムコールの仕様は IrisSystemCall.h
; を参照して下さい。
;
; Copyright (C) 2002-2003 NINTENDO Co.,Ltd.
;=======================================================================
IF :DEF: _IRIS_SYSTEM_CALL_H
ELSE
_IRIS_SYSTEM_CALL_H * 1
INCLUDE IrisTargetArm.s
INCLUDE IrisSystemCallDefineArm.s
;-----------------------------------------------------------------------
; 割り込みウェイト
;-----------------------------------------------------------------------
EXTERN SVC_WaitIntr
;-----------------------------------------------------------------------
; Vブランク割り込みウェイト
;-----------------------------------------------------------------------
EXTERN SVC_WaitVBlankIntr
;-----------------------------------------------------------------------
; CPUセット
;-----------------------------------------------------------------------
EXTERN SVC_CpuSet
;-----------------------------------------------------------------------
; CPU高速セット
;-----------------------------------------------------------------------
EXTERN SVC_CpuSetFast
ENDIF ; _IRIS_SYSTEM_CALL_H
END