
while(1)
  {
    spi_write(0x0A);
  }
/*****************************************/
//here is what is want to do: This should be ok
:
:
spi_write(0x0A); // should see it on scope once right?
while(1)
  {
  PCON |= 0x00;  
  }
