ntr_bootrom/trunk/IrisSubp/include/IrisSubpSystemCallDefineArm.s

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

;=======================================================================
; IrisSubpSystemCallDefineArm.s
; IRISサブプロセッサ システムコールARMASM用
;
; Copyright (C) 2002-2003 NINTENDO Co.,Ltd.
;=======================================================================
IF :DEF: _IRIS_SUBP_SYSTEM_CALL_DEFINE_H
ELSE
_IRIS_SUBP_SYSTEM_CALL_DEFINE_H * 1
INCLUDE IrisSubpTargetArm.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_SUBP_SYSTEM_CALL_DEFINE_H
END