开发者

Does "mov ax, 5" put data on CPU's memory/cache or the main RAM?

开发者 https://www.devze.com 2023-03-31 03:39 出处:网络
When issuing mov ax, 5, where does the data actually end up in? Does it go to the CPU\'s own memory/cache or to the RAM? Or does it fill the CPUs as long as it\'s not full, and the rest will go to the

When issuing mov ax, 5, where does the data actually end up in? Does it go to the CPU's own memory/cache or to the RAM? Or does it fill the CPUs as long as it's not full, and the rest will go to the RAM? In that case do each application receive their own slice in the CPU's memory/cache or how does it work?

I realize this can be very CPU dependent. I'm mainly interested in Windows + Intel modern CPUs like Cor开发者_如何学Pythone series.


AX is a register. This is all done inside registers, or "CPU memory" if that's what you'd like to call it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号