> CBLOCK 0x021 > temp > temp1 > . > . > . > ;(and so on) > zzzzzzzz ;just a marker reg. > ENDC > > IF zzzzzzzz >= 0X070 > MESSG "BANK 0 IS FULL!!" > ENDIF > > Quentin The test above should be: If zzzzzzzz > 0x70 It is ok for zzzzzzzz to be == 0x70. Bob Ammerman RAm Systems (contract development of high performance, high function, low-level software) -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.