Re: assembly in Platform Builder

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Yeah, I've realized that does not work. What I am trying to do is check my
performance count registers and scale the processor frequency. I've been
writing in C++ the whole time in PB, so making the switch to assembly I am
confused on how one goes about it.

Fred Thomsen

"Jimbo" wrote:

> Well, using C and the _asm keyword, I can include x86 assembly code
> like this:
>
> _asm
> {
> place x86 asm code here
> }
>
> Try it with ARM asm code.
>
>
.



Relevant Pages

  • Re: assembly in Platform Builder
    ... It depends on how the performance counter could be accessed. ... The compiler will then transfer them into equivlent mrc, ... >> Well, using C and the _asm keyword, I can include x86 assembly code ... >> Try it with ARM asm code. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: assembly in Platform Builder
    ... inline assembly is not allowed in ARM ... Are you using the SDF? ... > Well, using C and the _asm keyword, I can include x86 assembly code ... > Try it with ARM asm code. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Rewrite Kernel
    ... *writing* asm code is painfully slow and code is not portable. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: assembly in Platform Builder
    ... Well, using C and the _asm keyword, I can include x86 assembly code ... Try it with ARM asm code. ...
    (microsoft.public.windowsce.platbuilder)
  • Problem with "mov" in GNU GAS
    ... I am writing a simple ASM code with GNU GAS. ... with mov command. ...
    (comp.lang.asm.x86)