Thread (2 messages) 2 messages, 2 authors, 2010-03-31

[E3-hacking] [RFC][PATCH v2 1/5] omap1: Amstrad Delta: add FIQ handler for serial keyboard port interrupt processing

From: Ralph Corderoy <hidden>
Date: 2010-03-31 00:06:57
Also in: linux-omap

Hi Janusz,
And thanks for pushing me into reading the ARM Assembly Language book,
so I would be able to do more than just understanding and copy-pasting
the code ;).
It's a lovely instruction set compared to many others.
quoted
quoted
+state:
+	ldr r10, [r9,#FIQ_STATE]
+	cmp r10, #0				@ are we expecting start bit?
+	bne data				@ no - in data processing state
Similarly, an `ldrs' here would make the cmp redundant.
I'm not sure if the S suffix is also valid for memory transfer
instructions
No, you're correct.  Memory transfers can't do the "set ALU flags"
S-bit.  Sorry to mislead.

Cheers,
Ralph.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help