assembly - assembler: values on heap -


i have very simple program in assembler at&t:

.text .global main  main:     push $1     push $1     mov $1, %eax     int $0x80 

i wanted see, values on heap. i'm using gdb> x/3xw $sp get:

0x7fffffffdd40: 0x00000001  0x00000000  0x00000001 

0x00000000 - did come from?


Comments

Popular posts from this blog

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

python - PyInstaller UAC not working in onefile mode -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -