you want to modify Start /goto Start section so it doesn't touch GPIO.2 bit.
Code:
    START:  'A HEART BEAT
         GPIO = %010100:PAUSE 500:GPIO = %000100:PAUSE 500
         SEROUT2 .....
         .....
         GOTO START