1.

Solve : do u know good website of assembly language??

Answer»

i need to LEARN assembly language.can ANYONE tell me website of assembly languge that starts from the beginning and easy to learn.Asm varies depending upon the model of the CPU/MPU and the Brand

please specifyGoogle?http://lmgtfy.com/?q=ASM+TutorialFirst, you need motivation, Look here:
http://www.onlamp.com/pub/a/onlamp/2004/05/06/writegreatcode.html

Next, SOMETHING simple that works:
http://www.xs4all.nl/~smit/asm01001.htm

FYI this is ture:
Code: [Select]   mov   ax,4c00h
   int   21h
If you see other examples that do not have this, they will not work right as a simple program.    QUOTE from: Geek-9pm on February 28, 2009, 08:27:54 PM

FYI this is ture:

Those darn "r"s....


Discussion

No Comment Found