Learning x86 With NASM - Basics of x86 Architecture

preview_player
Показать описание
In this video, we will explore the basic ideas of the x86 architecture. This includes discussing registers, clocks, ALU, buses, instruction fetch cycles, and the process of reading from memory

Рекомендации по теме
Комментарии
Автор

I’m pretty sure all L1/2/3 caches are a part of the CPU. Also reading from RAM takes hundreds of clock cycles, not just 4, even reading from caches will take more than that.

Vikingofriz
Автор

Perfectly timed, prepping for my first BSc. modul exam and your content is so much more pleasent to watch than diggin through the script alone. Thx!

ArztvomDienst
Автор

Great channel, full of informative and educative stuff especially low level ❤‍🔥. I think the x86 has only one bus called control bus mostly you see multiple buses on micro controller for speed and parallelism because of limited memory or storage.

dreadesina
Автор

When explaining each bus's responsibility, you should give an example of a real-life process and what each bus will do during this process because it is pretty confusing.

theqix