Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tralarpa
on Nov 3, 2022
|
parent
|
context
|
favorite
| on:
Can I exec a new process without an executable fil...
It returns the answer to an important question :)
Edit: Wouldn't mov be shorter than push/pop? (I am not very familar with x86)
kubanczyk
on Nov 4, 2022
[–]
No, mov is longer. Push stores the constant as just one byte and omits the three zero bytes.
https://stackoverflow.com/questions/56618815/why-use-push-po...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Edit: Wouldn't mov be shorter than push/pop? (I am not very familar with x86)