ntr_bootrom/trunk/IrisMainp/include/IrisSystemCallDefineArm.s

31 lines
924 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.

;=======================================================================
; IrisSystemCallDefineArm.s
; IRIS システムコール用定数ARMASM用
;
; Copyright (C) 2002-2003 NINTENDO Co.,Ltd.
;=======================================================================
IF :DEF: _IRIS_SYSTEM_CALL_DEFINE_H
ELSE
_IRIS_SYSTEM_CALL_DEFINE_H * 1
INCLUDE IrisTargetArm.s
;-----------------------------------------------------------------------
; システムコールNo
;-----------------------------------------------------------------------
SWI_NO_WAIT_INTR * 4 ; SVC_WaitIntr()
SWI_NO_WAIT_VBLANK_INTR * 5 ; SVC_WaitVBlankIntr()
SWI_NO_CPU_SET * 11 ; SVC_CpuSet()
SWI_NO_CPU_SET_FAST * 12 ; SVC_CpuSetFast()
ENDIF ; _IRIS_SYSTEM_CALL_DEFINE_H
END