MASM beginner guide?
I have looked at fatbrain.com and amazon.com, and looked up assember and MASM, and on either one, only 2 books were written after 1995! Where can I find a good guide to learn from no knowledge whatsoever how to do some basic inline MASM?
Bean Dog
you must know about Iczelion dont you?
http://members.nbci.com/_XMCM/winasm/index.html
has some of the best tutorials on the net
http://members.nbci.com/_XMCM/winasm/index.html
has some of the best tutorials on the net
obysoft
Wow, that was a great site!
But I don''t think you realize the size of my dilemma.
My total knowledge of asm is like this:
-asm stands for assembler
OK? I need a place that gives really basic instruction on how to work with registers, simple math, writing functions and calling them, etc. - for use in inline VC++ asm programming. Got it? I need to optimize some routines that only asm will do for.
But I don''t think you realize the size of my dilemma.
My total knowledge of asm is like this:
-asm stands for assembler
OK? I need a place that gives really basic instruction on how to work with registers, simple math, writing functions and calling them, etc. - for use in inline VC++ asm programming. Got it? I need to optimize some routines that only asm will do for.
Im trying to learn the basics as well, so i can also program assembly in my VC source code.
See if you can track down the Game Programmer''s Encyclopaedia. It''s quite an old DOS-based set of text files (although a windows help version is around), some of which deal with assembly from scratch. Helped me fine.
Realisticly though, the internet is full of ASM tuts, jsut do a search for "ASM + beginner + tutorial".
Realisticly though, the internet is full of ASM tuts, jsut do a search for "ASM + beginner + tutorial".
Waassaap!!
The best book(online) that I have ever found is at:
here
It''s the only assembly tutorial I have found that a beginner could understand. Icezilion''s(sp.) are close, but if you don''t know much about 80x86 architecture they''re hopeless.
chaos1111@hotmail.com
"When I was a child I caught a fleeting glimpse, out of the corner of my mind. I turned to look, but it was gone. I cannot put my finger on it now. The child has grown, the dream has gone. I have become Comfortably Numb."
here
It''s the only assembly tutorial I have found that a beginner could understand. Icezilion''s(sp.) are close, but if you don''t know much about 80x86 architecture they''re hopeless.
chaos1111@hotmail.com
"When I was a child I caught a fleeting glimpse, out of the corner of my mind. I turned to look, but it was gone. I cannot put my finger on it now. The child has grown, the dream has gone. I have become Comfortably Numb."
"When i was a child I caught a fleeting glimpse, out ofthe corner of my mind. I turned to look, but it was gone, I cannot put my finger on it now. The child hasgrown, the dream has gone." -Pink Floyd
Ok, sorry about that. i guess my link didn''t work. Anyways here''s the url:
http://webster.cs.ucr.edu/Page_asm/ArtofAssembly/ArtofAsm.html
http://webster.cs.ucr.edu/Page_asm/ArtofAssembly/ArtofAsm.html
"When i was a child I caught a fleeting glimpse, out ofthe corner of my mind. I turned to look, but it was gone, I cannot put my finger on it now. The child hasgrown, the dream has gone." -Pink Floyd
November 07, 2000 06:04 PM
Try this link:
win32asm.cjb.net
You may need a little basic knoledge...I haven''t looked at it for a while
win32asm.cjb.net
You may need a little basic knoledge...I haven''t looked at it for a while
i think the ''art of assembly'' is really good too.
i am also new at this, and this assumes you know nothing. i think any winasm is going to be harder than this(i don''t know for sure but this is what i heard). i think someone put the link up before but i''ll put it up again
Art of Assembly
it starts you off with simple things like binary, and hexadecimal numbers...
i am also new at this, and this assumes you know nothing. i think any winasm is going to be harder than this(i don''t know for sure but this is what i heard). i think someone put the link up before but i''ll put it up again
Art of Assembly
it starts you off with simple things like binary, and hexadecimal numbers...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement