Jump to content

Using arm assembler with Windows Mobile 5


Recommended Posts

Guest zeGouky
Posted (edited)

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
  • 2 months later...
Guest Tom_VrX
Posted

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

  • 3 months later...
Guest bitbank
Posted
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

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.