Author Topic: tutorials beyond hello world and user input  (Read 9040 times)

Offline annonymous

  • Jr. Member
  • *
  • Posts: 13
tutorials beyond hello world and user input
« on: June 15, 2012, 06:02:55 AM »
Anyone know of some basic tutorials beyond hello world and taking in user input. Anything besides the ma'am manual. I don't find it beginner friendly. Thanks

Offline TightCoderEx

  • Full Member
  • **
  • Posts: 103
Re: tutorials beyond hello world and user input
« Reply #1 on: June 15, 2012, 06:42:39 AM »
You question is pretty broad in scope as which platform are we talking about.  The best way to learn at this level is to delve into the processor. Another assumption is you're going to using Intel, so a really good knowledge of the instruction set is mandatory.  Then the next is using your assembler of choice, which I assume again to be NASM as you've come to this site. 

http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html has two selection at the very beginning, which I find to be very good.

Then the best tutorials are those you dream up yourself.  I've have posted and will continue to post in the code section of this forum and so if your doing console work in Linux, it may be of some benefit to you.

Offline annonymous

  • Jr. Member
  • *
  • Posts: 13
Re: tutorials beyond hello world and user input
« Reply #2 on: June 15, 2012, 07:07:33 AM »
You question is pretty broad in scope as which platform are we talking about.  The best way to learn at this level is to delve into the processor. Another assumption is you're going to using Intel, so a really good knowledge of the instruction set is mandatory.  Then the next is using your assembler of choice, which I assume again to be NASM as you've come to this site. 

http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html has two selection at the very beginning, which I find to be very good.

Then the best tutorials are those you dream up yourself.  I've have posted and will continue to post in the code section of this forum and so if your doing console work in Linux, it may be of some benefit to you.

I am working with 32bit Intel nasm assembley on Linux. I have written a hello world which is a piece of cake and taken in user input and displayed it to stdout. I haven't done anything further than that due to lack of good beginner tuts. Your links are pdfs. I am looking for online documentation. I appreciate the time you took to respond!

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: tutorials beyond hello world and user input
« Reply #3 on: June 15, 2012, 11:23:52 AM »
Well... http://www.asmcommunity.net/book/ perhaps.
I was going to suggest http://www.drpaulcarter.com/pcasm but that's a .pdf (painful document format) too. Adding "not .pdf" limits the choices quite a bit (unfortunately!). You might find something interesting if you poke around here: http://asm.sourceforge.net/

Best,
Frank


Offline annonymous

  • Jr. Member
  • *
  • Posts: 13
Re: tutorials beyond hello world and user input
« Reply #4 on: June 18, 2012, 03:02:10 AM »
Thanks again frank! You always come through! Great Doc BTW --> http://www.asmcommunity.net/book/