Jump to content

Using arm assembler with Windows Mobile 5


Guest zeGouky

Recommended Posts

Guest zeGouky

Hi there,

i'm trying to compile my ARM code on my windows mobile 5 project but no luck.

I wrote some stuff in ARM for symbian and now i would like to use that for windows mobile.

Note that its generic code and dont use any symbian specific code.

If anyone have a good link with sample that would be great.

Thanks in advance.

Edited by zeGouky
Link to comment
Share on other sites

  • 2 months later...
Guest Tom_VrX

Hi zeGouky,

You can find microsoft arm assembler as a stand alone tool called ARMASM.EXE within

your installation of EVC. This tool takes and asm files as arguments and builds obj files.

Theese obj files should be linked with your other code.

Regards

Link to comment
Share on other sites

  • 3 months later...
Guest bitbank
Hi zeGouky,

You can find microsoft arm assembler as a stand alone tool called ARMASM.EXE within

your installation of EVC. This tool takes and asm files as arguments and builds obj files.

Theese obj files should be linked with your other code.

Regards

I have a fully working sample app which shows you how to do it here:

C + ASM Sample App

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.