flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Embrance
Anyone know where to find one?
![]() |
|||
![]() |
|
f0dder
http://msdn.microsoft.com/visualc/vctoolkit2003/
![]() |
|||
![]() |
|
Embrance
ow checking it.thnx for the help:D
|
|||
![]() |
|
Vortex
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
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
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
Thanks for the replies.However i think i will use only ASM.No C and such....
|
|||
![]() |
|
ShortCoder
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-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.