| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Assembly Questions and Answers for Assembly here! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
My assembly tutorials
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.
__________________
www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls. Last edited by darwen; April 15th, 2005 at 06:31 PM. |
|
#2
|
||||
|
||||
|
Re: My assembly tutorials
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
__________________
B+! 'There is no cat' - A. Einstein Use [code] [/code] tags! Did YOU share your photo with us at CG Members photo gallery ? Last edited by Hobson; April 16th, 2005 at 09:09 AM. |
|
#3
|
|||
|
|||
|
Re: My assembly tutorials
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 |
|
#4
|
||||
|
||||
|
Re: My assembly tutorials
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
__________________
B+! 'There is no cat' - A. Einstein Use [code] [/code] tags! Did YOU share your photo with us at CG Members photo gallery ? |
|
#5
|
|||
|
|||
|
Re: My assembly tutorials
and then all goes right?
|
|
#6
|
||||
|
||||
|
Re: My assembly tutorials
It works for me, but why you just dont check?
Hob
__________________
B+! 'There is no cat' - A. Einstein Use [code] [/code] tags! Did YOU share your photo with us at CG Members photo gallery ? |
|
#7
|
||||
|
||||
|
Re: My assembly tutorials
What tutorials?
I'd like to see them
__________________
Please vote the posts you find usefull. --- I'm back Bigger and badder Better and bolder Explaining stuff - With an improved vocabulary! |
|
#8
|
||||
|
||||
|
Re: My assembly tutorials
__________________
www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls. |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|