Inline Assembly and Tabs

The Cosmic compiler lets you use TAB characters in normal C strings (surrounded by double quotes):

  asm("This string contains hidden tabs!");
  
  

Because the compiler rejects hidden tab characters in C strings according to the ANSI-C standard, you must remove the tab characters from such strings.