/**********************************************************
**********************************************************/
#define PORTB (IOAddress+0x0002)
#define PORTC (IOAddress+0x0002)
#define SHIRQ (IOAddress+0x000c)
#define BENCH ( 8L * 10 ) /* １Ｓ〜２Ｓベンチマークの結果に
                             ループ定数８と10〜20Ｓにす
                             るための５を乗ずる */ 
/* マクロ */
#define mTranByte( byte ) if( rtn = TranByte( byte ) ) return rtn
#define mTranByteNoWait( byte ) if( rtn = TranByteNoWait( byte ) ) return rtn
