Assembler and C++ builder 3

From: dude84 (spamtrap_at_crayne.org)
Date: 02/28/05


Date: Mon, 28 Feb 2005 19:19:01 +0000 (UTC)

I have been trying to compile a .exe file that contains assembler code
from within C++ builder 3. I used the syntax "asm{ mov eax, 100h}" in
my code and when I try to compile the code it does not produce a .exe
file. How do you compile a .exe file when your source file contains
assembler code in C++ builder 3? Can you produce a .exe file from a
.asm file without using a .c or .cpp file?

I tried to post this question before and it didn't go through. If you
see two of these messages, I reposted because I didn't see the message
show up.



Relevant Pages

  • Re: Assembler and C++ builder 3
    ... "dude84" wrote: ... How do you compile a .exe file when your source file contains ... Just wrap your assembler code in a C function. ...
    (comp.lang.asm.x86)
  • Re: How to turn off compiler/linker timestamping?
    ... > You can see the time stamp by running dumpbin /all on the executable. ... > "Michael Schwab" wrote in message ... compile. ... >> embedded in the exe file itself. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Inline assembley code to be moved to .asm file
    ... push eax // Preserve the registers ... When I compile using the 64bit compiler, ... assembler code to a .asm file. ... I cannot get the code to compile as a .asm file. ...
    (microsoft.public.vc.language)
  • Re: Gfortran on Windows (was Re: Fortran Newbie - Where to start?)
    ... After unpacking the .zip file and adding the paths to the root of the ... A minimal test setup to compile 'hello, ... (-s reduces the size of the .exe file, ...
    (comp.lang.fortran)
  • Re: trivial question about building exe
    ... references to external dlls. ... exe file, so that I can send it to another machine and it works. ... If I understand you correctly you want to compile all dlls to one file. ... This is not the way you should use dynamic libraries but if you are sure you know what you are doeing you can theoretically add all the libraries to the resources of your application and get them from the resources and save them to disc before your application will use them. ...
    (microsoft.public.dotnet.languages.csharp)