Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie

Status
Not open for further replies.

DarkDragonraygoza

Programmer
Feb 15, 2002
10
MX
hi i´m begining to learn assembly, and that´s to interesting, can anybody say me where can i find a good compiler in the web to begin

dark dragon has come
 
First off, what platform are you programming for? DOS? Windows? DESQView, if anyone still remembers what in heck that is?

By the way it's called an ASSEMBLER not a compiler. Calling an assembler a compiler is like a mild insult. "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
well first, thanks, for the aclaration, but i was always proggraming in high level languages, and sorry to call it a compiler.

next is, i´m thinking to begin in DOS, cause i´ve the idea that in dos learning good, will be more easy the transition to WINDOWS, because i don´t want to enter without knowledege about APIs Etc, of windows, and thats all.
thank in advance
 
Any version of MASM will do.

However, take note that you need a specifically DOS Linker to generate a DOS executable file. Some of the newer versions of masm include a Windows Linker. The MASM you can get from Inczelion's site includes a Windows linker, but you can download a DOS linker from somewhere there, too.

Have fun.

"Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top