No author
This post's author information has been deleted.
[MMORPG Game Development with C++ and Unreal Series] Part 1: Introduction to C++ Programming
Branching statement
Written on
·
330
0
메모리에서 레지스터로 데이터를 가져갈 때
예를 들어 mov rax,10 << 이런 식의 코드일 때
렘 메모리에서 캐시 메모리를 거치지 않고 바로 레지스터로 데이터를 복사해서 넣는건가요?
아니면 캐시 메모리에서 레지스터로 데이터가 복사되는건지 궁금합니다.
Answer 1
답변을 안주시는군요ㅠ