ntr_bootrom/trunk/IrisMainp/include/IrisMacroArm.s

33 lines
753 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.

;=======================================================================
; IrisMacroArm.s
; IRIS 標準マクロ関数ARMASM用
;
; Copyright (C) 2002-2004 NINTENDO Co.,Ltd.
;=======================================================================
IF :DEF: _IRIS_MACRO_H
ELSE
_IRIS_MACRO_H * 1
INCLUDE IrisTargetArm.s
;-----------------------------------------------------------------------
; システムコール
;-----------------------------------------------------------------------
MACRO
SystemCall16 $No
swi $No
MEND
MACRO
SystemCall32 $No
swi $No << 16
MEND
ENDIF ; _IRIS_MACRO_H
END