ntr_bootrom/trunk/IrisSubp/include/IrisSubpUTL_Arm.s

30 lines
687 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.

;=====================================================================
; IrisSubpUTL_Arm.s
; ユーティリティライブラリARMASM用
;
; Copyright (C) 2003 NINTENDO Co.,Ltd.
;=====================================================================
IF :DEF: _IRIS_SUBP_UTL_H
ELSE
_IRIS_SUBP_UTL_H * 1
INCLUDE IrisTargetArm.s
;-----------------------------------------------------------------------
; データのスワップ(ワード/バイト)
;-----------------------------------------------------------------------
.EXTERN UTL_SwapWord
.EXTERN UTL_SwapByte
ENDIF ; _IRIS_SUBP_UTL_H
END