flat assembler
Message board for the users of flat assembler.
Index
> Main > C to ASM Converter? |
Author |
|
Embrance 29 Apr 2004, 21:20
Anyone know where to find one?
|
|||
29 Apr 2004, 21:20 |
|
f0dder 29 Apr 2004, 22:22
http://msdn.microsoft.com/visualc/vctoolkit2003/ - in addition to your optimization flags etc, add /FAs to the cl.exe commandline to have the compiler produce a .asm listing.
|
|||
29 Apr 2004, 22:22 |
|
Embrance 29 Apr 2004, 22:50
ow checking it.thnx for the help:D
|
|||
29 Apr 2004, 22:50 |
|
Vortex 30 Apr 2004, 09:45
Embrance,
Direct coding in asm is more preferable that using a C to asm converter since the compilers doesn't understand algos like humans. Are you trying to study the code generation of C compilers? _________________ Code it... That's all... |
|||
30 Apr 2004, 09:45 |
|
decard 30 Apr 2004, 10:26
if you like GNU tools, you can also make GCC produce assembler outout (via --save-temps option), but it will be in AT&T syntax.
|
|||
30 Apr 2004, 10:26 |
|
BiDark 30 Apr 2004, 10:57
decard wrote: if you like GNU tools, you can also make GCC produce assembler outout (via --save-temps option), but it will be in AT&T syntax. FYI, this behaviour can be changed by using '-masm=intel' option, to produce intel assembly style listing. |
|||
30 Apr 2004, 10:57 |
|
Embrance 05 May 2004, 04:20
Thanks for the replies.However i think i will use only ASM.No C and such....
|
|||
05 May 2004, 04:20 |
|
ShortCoder 07 May 2004, 04:26
Another thing to do. ---you could write the software in C, compile it to an executable, then use a disassembler on the executable and try to read that code.
|
|||
07 May 2004, 04:26 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.