Steven Johnson <sjohnson@xxxxxxxxxxxxxxxxxxxx> writes: > Whats wrong, why has this broken? Im hoping that someone wont tell me > GCC doesnt support multi line strings on asm statements anymore and that > ive just stuffed it up somehow. gcc no longer supports multi-line string literals. Sorry. You can fix them by adding \n\ at the end of each line. Ian