; page 132,60 ;**************************************************************************** ; TST_VAL.ASM ; Filter test fail values for self test of codec ; ; Copyright (c) MOTOROLA 1996 ; Semiconductor Products Sector ; Digital Signal Processing Division ; ;**************************************************************************** db0 EQU $7fff00 db6 EQU $3fff00 db20 EQU $0ccd00 org p: clr b x:OUTPUT+14,a move #db0,b cmpm a,b x:OUTPUT+15,a ble * cmpm a,b x:OUTPUT+16,a ble * cmpm a,b x:OUTPUT+17,a ble * cmpm a,b x:OUTPUT+6,a ble * move #db6,b cmpm a,b x:OUTPUT+7,a bge ERR_LT cmpm a,b x:OUTPUT+8,a bge ERR_LT cmpm a,b x:OUTPUT+9,a bge ERR_LT cmpm a,b x:OUTPUT+10,a bge ERR_LT cmpm a,b x:OUTPUT+11,a bge ERR_LT cmpm a,b x:OUTPUT+12,a bge ERR_LT cmpm a,b x:OUTPUT+13,a bge ERR_LT cmpm a,b x:OUTPUT+4,a bge ERR_LT move #db20,b cmpm a,b x:OUTPUT+5,a ble ERR_LT cmpm a,b x:OUTPUT+18,a ble ERR_LT cmpm a,b x:OUTPUT+19,a ble ERR_LT cmpm a,b ble ERR_LT