Page 1 of 2

StrongARM instruction set and opcode list

PostPosted: Sep 4, 2002 @ 4:01pm
by jont

PostPosted: Sep 4, 2002 @ 4:46pm
by refractor

PostPosted: Sep 4, 2002 @ 5:35pm
by jont

PostPosted: Sep 4, 2002 @ 6:57pm
by cryo

PostPosted: Sep 4, 2002 @ 8:26pm
by angedelamort

PostPosted: Sep 4, 2002 @ 10:05pm
by Malmer

PostPosted: Sep 4, 2002 @ 10:35pm
by BurningSheep

PostPosted: Sep 4, 2002 @ 10:44pm
by angedelamort

PostPosted: Sep 5, 2002 @ 12:54am
by Digby

PostPosted: Sep 5, 2002 @ 5:01am
by Jadam

PostPosted: Sep 5, 2002 @ 11:10am
by jont
I know this isn't exactly the right place to ask, but this is my thread and I'll do what I want with it :D 8O

Although I used to do loads of x86 asm in my more youthful days, I'm having difficulty getting my head around the actual operation of the LEA instruction.

As far as I can see, "LEA AX,[1234]" does exactly the same as "MOV AX,1234" - but I'm not entirely convinced. Especially given that I was looking through some old code in DOS debug last night (what a great program :wink: ) and LEA instructions seem to use segment overrides.

If anybody could shed any light on this, it's driving me crazy! All the documentation I've read really skims over the issue...

PostPosted: Sep 5, 2002 @ 11:30am
by refractor

PostPosted: Sep 5, 2002 @ 12:16pm
by jont

PostPosted: Sep 5, 2002 @ 1:20pm
by refractor

PostPosted: Sep 5, 2002 @ 2:50pm
by Guest