malform
02-02-2004, 09:01 AM
I used to program my Commodore computer in 6502 assembly code.I now want to learn x86 assembly.I am reading and learning differences,as well as similarities to my programming techniques I came up with.
So comes the time to try to write my first simple programs.
I downloaded MASM and Fasm,two full functioning assembler compilers.
The compilers give me error messages when I try to compile or run their own example programs.Do I need something else on my system for these to function?
The two books I've been reading and these compilers all use different syntaxes.How do I get an assembler and a syntax to work together?I prefer the flat type over MASM which they say is like C++.
So comes the time to try to write my first simple programs.
I downloaded MASM and Fasm,two full functioning assembler compilers.
The compilers give me error messages when I try to compile or run their own example programs.Do I need something else on my system for these to function?
The two books I've been reading and these compilers all use different syntaxes.How do I get an assembler and a syntax to work together?I prefer the flat type over MASM which they say is like C++.