Page 1 of 1

Anatomy of data structures in assembler

Posted: 13 Mar 2019, 17:02
by Go4IT
If you where familar with Scriptlanguages like PHP, Perl, or compiled languages like C, you used to declare abd use constants and variables all over the code. Here a static text, there some values, mixed with the code,

In Assembler those parts are strictly separated. In a coarse view, code comes first, then data follows. So it is always good to loom for data in the rear section of a mixed dump file.