Edit
Discussion:Start Programming in Assembly
216.15.74.185 said: |
On 17:16, 11 May 2007 |
What kind of How To article is this? The steps are 1. Read a book on assembler programming 2. Figure out what the interrupts are 3. Don't program like an idiot I have done assembler programming and this doesn't even scratch the surface of it. This article is worthless. Most of the articles on WikiHow are worthless. I guess you get what you pay for huh? |
|
Reply to 216.15.74.185 |
Cal said: | On 22:36, 23 June 2007 |
Why would you even want to program in assembly? That's the reasin behind C-to replace assembly. | |
Reply to Cal |
On 21:42, 9 February 2009
74.130.82.53 said:
Also, saying FASM is the only updated assembler is lame. NASM is perfectly fine, and GAS is good as well.
Assembly isn't necessary, but it is good to understand what is going on deep down in the PC, and it is the best language to write in for pure performance.