Re: Accessing flash directly from User Space [SOLVED]
From: Scott Wood <hidden>
Date: 2009-10-30 15:57:17
From: Scott Wood <hidden>
Date: 2009-10-30 15:57:17
On Fri, Oct 30, 2009 at 04:08:55PM +0100, Alessandro Rubini wrote:
quoted
asm("eieio; sync");Hmm... : : : "memory" And, doesn't ";" start a comment in assembly? (no, not on powerpc it seems)
';' is an instruction separator on all GNU as targets that I'm familiar with (though a quick manual search shows z80 as an exception). -Scott