!*** MODULE $SRMDEF *** CDEC$ OPTIONS /NOALIGN ! + ! Define SRM Hardware symbols ! - PARAMETER SRM$K_INT_OVF_T = '00000001'X ! Integer overflow trap code PARAMETER SRM$K_INT_DIV_T = '00000002'X ! Integer divide by zero trap code PARAMETER SRM$K_FLT_OVF_T = '00000003'X ! Floating overflow trap code PARAMETER SRM$K_FLT_DIV_T = '00000004'X ! Floating/decimal Divide by zero trap code PARAMETER SRM$K_FLT_UND_T = '00000005'X ! Floating Underflow trap code PARAMETER SRM$K_DEC_OVF_T = '00000006'X ! Decimal string overflow trap code PARAMETER SRM$K_SUB_RNG_T = '00000007'X ! Subscript range trap PARAMETER SRM$K_FLT_OVF_F = '00000008'X ! Floating Overflow fault code PARAMETER SRM$K_FLT_DIV_F = '00000009'X ! Floating Divide by zero fault code PARAMETER SRM$K_FLT_UND_F = '0000000A'X ! Floating Underflow fault code CDEC$ END OPTIONS