flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Embrance 29 Apr 2004, 21:20
Anyone know where to find one?
![]() |
|||
![]() |
|
f0dder 29 Apr 2004, 22:22
http://msdn.microsoft.com/visualc/vctoolkit2003/
![]() |
|||
![]() |
|
Embrance 29 Apr 2004, 22:50
ow checking it.thnx for the help:D
|
|||
![]() |
|
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... |
|||
![]() |
|
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.
|
|||
![]() |
|
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. |
|||
![]() |
|
Embrance 05 May 2004, 04:20
Thanks for the replies.However i think i will use only ASM.No C and such....
|
|||
![]() |
|
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.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.