ntr_bootrom/trunk/IrisSubp/include/IrisSubpSystemCallMw.s

55 lines
1.6 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.

;=======================================================================
; IrisSubpSystemCallMw.s
; IRISサブプロセッサ システムコールMWASMARM用
;
; 各システムコールの仕様は IrisSubpSystemCall.h
; を参照して下さい。
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=======================================================================
#ifndef _IRIS_SUBP_SYSTEM_CALL_H
#define _IRIS_SUBP_SYSTEM_CALL_H
.INCLUDE IrisSubpTarget.h
.INCLUDE IrisSubpSystemCallDefine.h
;-----------------------------------------------------------------------
; ループウェイト
;-----------------------------------------------------------------------
.EXTERN SVC_WaitByLoop
;-----------------------------------------------------------------------
; 割り込みウェイト
;-----------------------------------------------------------------------
.EXTERN SVC_WaitIntr
;-----------------------------------------------------------------------
; Vブランク割り込みウェイト
;-----------------------------------------------------------------------
.EXTERN SVC_WaitVBlankIntr
;-----------------------------------------------------------------------
; CPUセット
;-----------------------------------------------------------------------
.EXTERN SVC_CpuSet
;-----------------------------------------------------------------------
; CPU高速セット
;-----------------------------------------------------------------------
.EXTERN SVC_CpuSetFast
#endif // _IRIS_SYSTEM_CALL_H