Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kjc015
CSCI206-S21-62
Commits
9654eba1
Commit
9654eba1
authored
Mar 13, 2021
by
kjc015
Browse files
Exercise 1 Complete
parent
137fe041
Changes
1
Hide whitespace changes
Inline
Side-by-side
Labs/Lab05/notes.txt
0 → 100644
View file @
9654eba1
Exercise 1: Creating a memory map
Segment | Start | End | Size | Comments
------------+-------------+--------------+--------------+--------------
Stack | 0x7fffff85 | 0x7fff ffff | 0x7A | main() 0x16 bytes, printf() 0x64 bytes
| | | |
| | | |
------------+-------------+--------------+--------------+--------------
| 0x00400298 | 0x00400298 | 0x0 |
| | | |
Heap | | | |
------------+-------------+--------------+--------------+--------------
| 0x00400100 | 0x00400298 | 0x198 |
| | | |
Data | | | |
| | | |
| | | |
------------+-------------+--------------+--------------+--------------
| 0x00400000 | 0x00400100 | 0x100 |
| | | |
Text | | | |
------------+-------------+--------------+--------------+--------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment