What's difference between stack and heap?

Started by
14 comments, last by Big Sassy 21 years, 7 months ago
quote:Original post by Paradigm Shifter
5) Try a book on x86 ASM for more info on registers etc. Don''t know where I learnt about the section stuff, probably debugging!


The section stuff .bss, .data and so forth, pertains to the format of "portatble executable" (pe) files - exe, dll, ocx, scr, sys, and others. For infos on that, check out Matt Pietrek''s articles from February and March of this year in the MSDN magazine.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Advertisement
okay, so im dyslexic
-eldee;another space monkey;[ Forced Evolution Studios ]
oh my god. WHO IN THE WORLD CARES ????????? :D
---Quite soon...ICQ: 163187735
I understand now. I can always depend on this community Thanks a lot everybody. I''ll try and find those articles, LessBread. And I''ll get a book on x86 assmebly. Once again, thanks a lot. I really appreciate it.

***********************
          
Here's the url to the Pietrek article:

http://msdn.microsoft.com/msdnmag/issues/02/02/PE/PE.asp

Here's a free book on asm

http://webster.cs.ucr.edu/Page_asm/ArtofAssembly/pdf/AoAPDF.html

[edited by - lessbread on September 11, 2002 4:49:59 PM]
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
You da man, LessBread!

***********************
          

This topic is closed to new replies.

Advertisement