29.03.2015 / 14:32 | |
Ксакеп Модератор форума Сейчас: Offline
Регистрация: 20.06.2012
| Архитектура компьютера — это описание его организации и принципов функционирования его структурных элементов. » Tanenbaum A., Ostin T. Structured Computer Organization / Prentice Hall; 6 edition (August 4, 2012). 800 p. [ Amazon.com] » Русский перевод: Таненбаум Э., Остин Т. Архитектура компьютера / 6-е изд.(+CD) — СПб.: Питер, 2013. — 816 с. [ Ozon.ru | pdf] » Stallings W. Computer Organization and Architecture / Prentice Hall; 9 edition (March 11, 2012). 792 p. |
29.03.2015 / 14:33 | |
Oak Пользователь Сейчас: Offline
Имя: Коля Откуда: Москва Регистрация: 02.06.2010
| Ксакеп, что предлагается обсуждать в теме?
__________________
Эль Презеденте |
29.03.2015 / 14:48 | |
NaruTrey Пользователь Сейчас: Offline
Имя: Андрей K. Откуда: Тольятти Регистрация: 15.01.2010
| Oak, можно начать срач x86 vs ARM. Можно обсудить архитектуру российского процессора Эльбрус. Можно начать считалочку на количество костылей в x86 и обойти тему про огурцы (баны). __________________
Чёрные усы кричает этот свисть |
29.03.2015 / 14:58 | |
Oak Пользователь Сейчас: Offline
Имя: Коля Откуда: Москва Регистрация: 02.06.2010
| NaruTrey, x86 > ARM. Костыли костылями, энергопотребление потреблением, но да.
__________________
Эль Презеденте |
29.03.2015 / 18:30 | |
Naik Пользователь Сейчас: Offline
Имя: %name% Регистрация: 14.03.2010
| Ксакеп, зачем amazon хоть, лучше б ссылки дал где скачать, хотя найти и самому несложно
|
30.03.2015 / 13:44 | |
ВитаминКО Супермодератор Сейчас: Offline
Имя: Василиус Откуда: RZN Регистрация: 20.04.2012
| такс, надо почитать а потом обсудить книгу, я правильно понял?
__________________
わからない!! |
5.04.2015 / 01:16 | |
Ксакеп Модератор форума Сейчас: Offline
Регистрация: 20.06.2012
| x86 DisassemblyThe act of program creation, using common compilers and assemblers, takes software from an information-rich source code format and transforms it into a difficult-to-read machine code format. The reverse process, trying to convert machine code into a human-readable format, is significantly more difficult and requires high-level intuition and pattern matching skills. This book is going to discuss the disassembly and decompilation of x86 machine code and x86 assembly code. |
16.04.2015 / 14:32 | |
Ксакеп Модератор форума Сейчас: Offline
Регистрация: 20.06.2012
| Появился курс на Coursera: От функции Nand до тетрисаУчебный план Учебный план Week 0: course introduction and overview, the roles of abstraction and implementation in systems design, the road ahead.
Week 1: Introduction to Boolean functions, gate logic, Hardware Description Language (HDL), and hardware simulation. Project: build a set of 15 elementary logic gates that will serve as the building blocks of subsequent chips.
Week 2: Binary numbers, binary addition, the two's complement methods, combinational logic. Project: build a family of adder chips leading up to an Arithmetic Logic Unit (ALU).
Week 3: Flip-flops, clocks, memory systems, sequential logic. Project: build a family of storage units from 1-bit registers to n-bit registers to Random Access Memories (RAM) of arbitrary sizes.
Week 4: Machine language, binary and symbolic instructions, input and output handling, using an assembler. Project: write some low-level assembly programs and run them on a supplied CPU emulator.
Week 5: Computer organization, the Von Neumann architecture, the fetch-execute cycle. Project: build the Hack CPU and computer system, using all the chips that were built in the previous projects.
Week 6: Assembly languages, assemblers, parsing, symbol tables, code generation, the translation process. Project: build an assembler that translates Hack symbolic programs into Hack executable (binary) code.
|
16.04.2015 / 15:00 | |
Oak Пользователь Сейчас: Offline
Имя: Коля Откуда: Москва Регистрация: 02.06.2010
| Ксакеп, звучит интересно!
__________________
Эль Презеденте |
7.05.2015 / 09:34 | |
Ксакеп Модератор форума Сейчас: Offline
Регистрация: 20.06.2012
| Randal E. Bryant — Computer Systems: A Programmer's Perspective
Должно быть хорошая книженция, объясняется Branch Prediction.
|