|
Subject:
|
What Program
|
|
Posted By:
|
manih
|
Post Date:
|
7/13/2006 2:07:29 PM
|
Hi,
assembly Language is 0/1, if I'm right What program should i use to write assembly Language? What is the best source (Good books, Website) for learning it.
Thanks Best Regards manih
|
|
Reply By:
|
steven_wort
|
Reply Date:
|
12/1/2006 3:48:28 PM
|
What environment ( Processor / OS) are you targeting? Each platform has its own tools.
For Intel / AMD PC processors running Windows then Visual Studio works very well, but is a bit of a heavyweight if your just doing some simple assembler routines for a class, or an embedded controller.
You might want to start with something like http://www.wrox.com/WileyCDA/WroxTitle/productCd-076459561X.html
Steve Wort Co Author "Professional SQL Server 2005 Administration"
|