
Hi all.
I've just gotten into Assembler development after 5 ish years of high level coding. I wanted to see how a simple high (ish) level app would look in assembly, so I wrote an empty C program [int main(){return 0;}], compiled it, decompiled it using IDA and tried compiling the ASM again, but it fails.
I've tried compiling the ASM outputted by IDA Pro (free) using A86 and MASM32, but neither Assembly Compiler accepts the 1500 lines of assembly outputted by IDA as valid.
So to conclude, what assembler variant does IDA export for specifically? TASM, NASM, etc?
Thanks all