У нас вы можете посмотреть бесплатно Doing Boolean Algebra on My CPU – Superscalar 8-Bit CPU #34 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The big missing piece of my 8 bit ALU is the ability to perform bitwise boolean logic operations. In this video, we are going to extend the ALU with a bit of circuitry that can perform any 2-input logic operation and replace the current XOR gates that conditionally invert the right-hand side for subtraction. By hooking this new circuitry up to the ALU operation decoder, we can define new AND, OR, and XOR operations, improve the existing NEG and NOT, and then use them in a new program. 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: • Decoding ALU Micro-Ops – Superscalar 8-Bit... Series Playlist: • Build a Superscalar CPU ALU Playlist: • Homebrew Arithmetic Logic Unit GitHub Repository: https://github.com/fabianschuiki/supe... Bitwise Logic: https://en.wikipedia.org/wiki/Bitwise... James Sharman's Bitwise Logic: • ALU (9: Bitwise Logic) - Making an 8 Bit ... ATF16V8B: https://www.microchip.com/en-us/produ... Galette compiler: https://github.com/simon-frankau/galette Finding the Disjunctive Normal Form: • How Computers Add Numbers – Superscalar 8-... 00:00 - Intro 01:23 - Boolean Operations 06:14 - Logic PLD Programming 11:12 - Breadboard 16:19 - Decoder Updates 24:11 - Integration into CPU 24:44 - AND/OR/XOR Instructions 27:19 - Program Updates 28:50 - Testing 34:35 - Outro #alu #homebrew #8bit #breadboard #superscalar #computer