Hi, I am a newbie to micro controllers. I am using a LPC2146 board and I am unable to understand what startup.s is actually doing, especially the vector table initializations. Is there any book where I can learn the assembly opcodes? (Google search isn't too helpful)
I have the document by hitex(Introduction to LPC2000), but I think even that requires some basic understanding.
Thanks in advance.
That is a common view of people on forums like this.
Seems somewhat at variance with the impression given by books like this: "?
They don't teach, but some of us do learn it ourselves! And, from what I know, our undergraduate courses are tougher than ones abroad (although outdated, archaic, whatever) so that counts for something, I guess.
An Introduction to ARM Assembly Language (Only 9 pages.)
dev.emcelettronica.com/introduction-to-arm-assembly-language
Thanks, but I'm reading a proper 200 page book on ARM assembly :), and have made good headway!