У нас вы можете посмотреть бесплатно Poor Man's Conditional Jump – Superscalar 8-Bit CPU #36 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
My homebrew CPU has recently gained four glorious arithmetic flags in its ALU. In this video, we are going to use these flags and the improved control over when registers are updated to define compare, test, and flag swap instructions. An updated assembler with support for these instructions will then allow us to write a fresh new program that puts the flags through their paces and even implements a poor man's conditional jump to compute a multiplication. This video series explores the concepts and techniques that make modern computer processors so incredibly fast and powerful. I build my very own 8-bit processor from individual logic gates and gradually evolve it to become a superscalar out-of-order machine. Along the way, we take a deep dive into contemporary computer architecture in a hands-on fashion and rediscover some of the foundations of modern computing. Previous Video: • Adding Flags to My CPU – Superscalar 8-Bit... Series Playlist: • Build a Superscalar CPU ALU Playlist: • Homebrew Arithmetic Logic Unit GitHub Repository: https://github.com/fabianschuiki/supe... 00:00 - Intro 00:44 - FSWAP/CMP/TEST Instructions 04:21 - Assembler Updates 06:06 - Using FSWAP and the Flags 10:47 - Using CMP 14:23 - Using TEST 17:15 - A First Conditional Jump 24:13 - Testing the Zero Flag 24:51 - Testing FSWAP 26:08 - Testing the Sign Flag 26:35 - Testing the Overflow Flag 29:39 - Testing CMP 32:52 - Testing TEST 35:39 - Testing the Multiplication 42:40 - Outro #alu #homebrew #8bit #breadboard #superscalar #computer