Click to See Complete Forum and Search --> : My assembly tutorials


darwen
April 15th, 2005, 06:29 PM
I'd just like to ask :

How did you find them as introductions ?

Also, since they've seemed to be so successful how would the forum feel about a series of intermediate articles going into more depth and including example sources ?

I feel I can extend the articles to cover :

(1) The flags.

I only dealt with the zero flag. I feel a fuller coverage of the flags is necessary.

(2) More advanced registers

i.e. esp and ebp

(3) Other instructions.

rep movs etc

(4) The FPU

I'm not proposing to cover MMX or SIMD instructions in any of my tutorials. At least at this present moment in time.

What are your thoughts ?

Darwen.

Hobson
April 16th, 2005, 08:53 AM
Your assembly tutorials are very nice and helpful. If I were an assembly beginner, I would like to see one more section there: working with memory. That would include stuff like:
1. description of instruction like mov (very detailed), lea, etc
2. string operations (movs, reps)
3. dealing with arrays, incl. indexing modes

Basic ideas of FPU would be also great to see, I do not know much about it, so Id learn something.

Keep up good work

Hob

doxdici
May 2nd, 2005, 05:48 AM
hallo,
i'm reading your tutorial on assembly,but i have some problems...in compiling it
i'm usign visual c, but when i compile the project i receive a message
>>the environment InputFileName variable doesn't exist
What's wrong?
Thanks, Isabella

Hobson
May 2nd, 2005, 07:07 AM
I am using VC 6.0 and also had this problem. Solution is to replace all occurences of $InputfileName with $InputName. I have no idea if it is some error in tutorial or incompatibility between VC 6 and VC 2003.

Hob

doxdici
May 2nd, 2005, 10:28 AM
and then all goes right?

Hobson
May 2nd, 2005, 06:15 PM
It works for me, but why you just dont check?

Hob

dahwan
November 13th, 2007, 12:05 PM
What tutorials?

I'd like to see them

darwen
November 13th, 2007, 04:11 PM
Part I links to the others and is here ('http://www.codeguru.com/Cpp/Cpp/cpp_mfc/tutorials/article.php/c9411/').

Darwen.