Re: Problems on debugging ARM assembly code
- From: "Sean Liming \(MVP\)" <sean_liming@xxxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 09:39:47 -0800
This Newsgroup is for XPe not Windows CE or Mobil 5.
--
Regards,
Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
"Cornel Gligan" <a@xxx> wrote in message news:u6OUtYDXIHA.4684@xxxxxxxxxxxxxxxxxxxxxxx
Hello!
I am working on a project (a library) for Windows Mobile 5 and I really need to optimise a function using assembly language for ARM.
I wrote an .asm file where I placed the assembly code for my function. I managed to compile that file (using a custom build command line - help found here: http://blogs.msdn.com/jeffabraham/archive/2005/03/31/404283.aspx) and to link the resulted obj to the library. I run in debug mode a test application that used my library. I managed to debug my assembly code using "Disassembly" window. It is very difficult to understand the optimised code and to debug it; this is why I commented the code very well. Unfortunately I can not see any of my comments in "Disassembly" window and it is very difficult in this case to find the bugs.
Is there a possibility to see all my comments when I debug in assembly code?
Here is the custom build command line used to compile the .asm file:
armasm -o "Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug\MyAsmFile.obj"
I am using Windows XP PRO, Visual Studio 2005 (Visual C++).
Thank you in advance!
Best regards,
Cornel Gligan
.
- Prev by Date: Re: time sync in XPe
- Next by Date: Re: time sync in XPe
- Previous by thread: Re: time sync in XPe
- Next by thread: how to set mouse click folder option ?
- Index(es):
Relevant Pages
|