ntr_bootrom/trunk/IrisSubp/include/IrisSubpMacroMw.s

29 lines
719 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.

;=======================================================================
; IrisSubpMacroMw.s
; IRIS 標準マクロ関数MWASMARM用
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=======================================================================
#ifndef _IRIS_SUBP_MACRO_H
#define _IRIS_SUBP_MACRO_H
.INCLUDE IrisSubpTarget.h
;-----------------------------------------------------------------------
; システムコール
;-----------------------------------------------------------------------
SystemCall16: .MACRO No
swi No
.ENDM
SystemCall32: .MACRO No
swi No << 16
.ENDM
#endif // _IRIS_SUBP_MACRO_H