I Have asked a question regarding ASM for the pocketpc to Digby directly through messages, which I think violates the spirit of this forums, so i am putting here the answer that replied.<br><br>"<br>ARM assembly language programming Date posted: 12/16/01 at 23:00:49 <br>The easiest way to get started is to get the C compiler to generate an assembly language source file from your C code as it compiles. Notice the calling convention and how the compiler passes function args in registers, how it returns from functions, etc. <br><br>There are ARM Reference documents available for free downloading at
http://www.arm.com. <br><br>I highly recommend the "ARM Architecture Reference Manual, Second Edition" (ISBN 0-201-73719-1). <br><br>The ARM assembler that is provided with eVC is armasm.exe. <br><br>In the future, please post your questions in the Developer Discussion forum here so that others can benefit. "<br> <br>