Archive for the ‘x64 assembly’ Category

Any sample codes for .saveframe, .pushreg, .savereg…?

MSDN documents for .saveframe, .pushreg, .savereg, .savexmm128, .setframe, etc don’t contain any helpful information.
Do you know any documents which explain how to use them, how they are different from each other, especially .pushreg and .savereg? And how to use .savexmm128?
Added : There is a good documentation on x64 assembly coding. This one is from a [...]

Continue reading »