View Single Post
Old Apr 25th, 2008, 1:29 AM   #4
grimpirate
King of Portal
 
grimpirate's Avatar
 
Join Date: Sep 2005
Posts: 403
Rep Power: 3 grimpirate is on a distinguished road
Send a message via Yahoo to grimpirate
Re: Starting assembly

My preferred assembler is FASM. It's real simple which to me is preferrable since it allows me to focus on the code rather than the IDE. It also has a large support forum.

I've had trouble learning assembly because I wanted to start with something VERY basic. Like I turn on the computer and it relies solely on my code basic. So if it helps here's a tutorial I wrote up. I think that's about as rudimentary as it can get. I didn't have much interest in using assembly to inteface with the Win32 API or other stuff like that, or embedding it in C. My previous experience with assembly was using the Little Computer 3 from a textbook in college, which was basically an emulator, and we could write low-level code for it.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis
grimpirate is offline   Reply With Quote