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.
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!