Re: Assembling Visual Studio generated listing files

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



I found a knowledge base snippet from Microsoft and they claim not to
support assembling of the listing files.
I wonder how the compiler itself works internally. It seems to me it
needs to generate assembler internally,
so it should not be all that much effort for them to generate a 100%
compatible assembler file that can output
an exact oubinary.
.



Relevant Pages

  • Re: from elsewhere, an assembler
    ... note that often duplicating opcodes with different names leads to inflation ... my current assembler can't figure it out). ... Compile in memory? ... moved to listing files, but at present this is not needed (could make sense, ...
    (alt.lang.asm)
  • Re: Debugging assembly
    ... > Uhm, ok well, ... Many assemblers provide you with listing files that contain the ... When you run the assembler for you ... check if a similarly named .lst file appears in the directory. ...
    (comp.arch.embedded)
  • Re: What micros do you actually hate to work with?
    ... with less than tiny asm ... hassle to work with 32 bit longs in assembler for an 8 bit uP, ... Microchip's C compiler tools and their assembly under MPLAB. ... is that other programmers for C are easier to find. ...
    (comp.arch.embedded)
  • Re: The Promise of Forth
    ... Declare variables, declare locals, let the compiler do the work ... Forth could be considered the assembler for a simplified virtual ... If you use locals then you have to initialise them each time. ... there are likely to be libraries that could be profitably used within ...
    (comp.lang.forth)
  • The never ending assembly vs. HLL war
    ... > branch instruction excluded is not particularly effective optimization. ... > CPU, chances are pretty good it *won't* be optimal on a different CPU. ... > discussing the futility of optimizing it in *assembler* when the ... careful and consider the code the compiler is emitting (and adjust your ...
    (comp.lang.asm.x86)