--- /home/skullburner/Rockbox/lcd-remote-as-iaudio.S 2009-06-19 16:46:51.000000000 +0200 +++ lcd-remote-as-iaudio.S 2009-07-02 23:43:03.000000000 +0200 @@ -112,9 +112,12 @@ .macro bit_out move.l %d0, (%a0) /* Set CLK = 1 */ + nop lsl.l #1, %d3 + nop bcc.s 1f eor.l %d6, %d0 + nop eor.l %d6, %d1 1: move.l %d1, (%a0) @@ -313,7 +316,7 @@ move.l cpu_frequency, %d0 cmp.l #60000000, %d0 bhi.b 1f - lea.l .write_word_fast, %a3 + lea.l .write_word /*.write_word_fast*/, %a3 1: move.l #RS_MASK, %d0