Dumping stack?
Posted: Fri Jan 23, 2004 12:23 pm
When I dump my stack to the screen (with my dump(); routine), it shows
00 00 00 00 00 00 00 00 00 (then ASCII symbols)
I'm hoping my stack isn't empty! The input to my dump routine has the location of data to dump (in this case it's 0x9000, my stack), and the length in bytes to display. The stack IS at 0x9000, I checked, but it still displays 00's. Do I have to lead my stack or something, or is it actualy empty?
Thanks bunches.
00 00 00 00 00 00 00 00 00 (then ASCII symbols)
I'm hoping my stack isn't empty! The input to my dump routine has the location of data to dump (in this case it's 0x9000, my stack), and the length in bytes to display. The stack IS at 0x9000, I checked, but it still displays 00's. Do I have to lead my stack or something, or is it actualy empty?
Thanks bunches.