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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting started

Status
Not open for further replies.

LMjosh

Programmer
Dec 15, 2001
1
0
0
US
I am new to assembly in fact i havent even started yet i know c and c++ and vb but i whant to do some low level programming were can i find an assembly compialer and how do i edit the code
 
You can get an assembler free over the internet. I suggest you get one with a DOS linker, since learning assembly is easier in DOS than in Windows.

You edit the code using a text editor. Notepad will do. Heck, you can edit C and C++ code using any text editor.
"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