Re: Inline assembly in ARM
- From: "Bruce Eitman [eMVP]" <beitman.nospam@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 08:19:58 -0500
Create an assembly code file (.s) and put your assembly code in it within
functions. Then call the functions from your C code.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Manoj" <mail2me777@xxxxxxxxx> wrote in message
news:a6ac0dfc-71d8-44ec-b513-a9f71e3cf062@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
i heard that Inline assembly is not supported for ARM compilers in
WindowsCE.
So here is the scenario..
When i add __asm{ } in the any of the driver code in the Mainstone
BSP for WindowsCE 5.0 and try to build ,its throwing error saying that
this keyword is not supported in this product.
But when i create a hello world console project in the same
workspace and add __asm{},its building the project without throwing
any error.
Any suggestion in this regards will be really helpful ...
Thanking you
with regards
Manoj
.
- Follow-Ups:
- Re: Inline assembly in ARM
- From: Manoj
- Re: Inline assembly in ARM
- References:
- Inline assembly in ARM
- From: Manoj
- Inline assembly in ARM
- Prev by Date: Re: Opening USB serial driver
- Next by Date: Dom problems
- Previous by thread: Inline assembly in ARM
- Next by thread: Re: Inline assembly in ARM
- Index(es):
Relevant Pages
|