![]() |
|
Tutorial Intro to CPU design [Part 1: binary and numerical systems] - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Hardware & Customization (https://sinister.li/Forum-Hardware-Customization) +--- Thread: Tutorial Intro to CPU design [Part 1: binary and numerical systems] (/Thread-Tutorial-Intro-to-CPU-design-Part-1-binary-and-numerical-systems) Pages:
1
2
|
RE: Intro to CPU design [Part 1: binary and numerical systems] - phyrrus9 - 04-07-2019 (04-07-2019, 02:21 PM)Samiscripte Wrote:(12-22-2014, 07:05 AM)phyrrus9 Wrote:(12-22-2014, 07:00 AM)OversouL Wrote: This and part 2 of this will come in handy for me in the future. Bookmarked. While I have no tutorial attached to it, you can have a look at the following project from years ago: https://github.com/phyrrus9/RSA3 RE: Intro to CPU design [Part 1: binary and numerical systems] - steadyremiix - 03-20-2020 is there a numerical system in which more than 2 numerical values are used? i tried doing my best coming up with a question RE: Intro to CPU design [Part 1: binary and numerical systems] - phyrrus9 - 03-20-2020 (03-20-2020, 02:13 AM)steadyremiix Wrote: is there a numerical system in which more than 2 numerical values are used? Trinary, decimal, hex, etc to name a few. RE: Intro to CPU design [Part 1: binary and numerical systems] - Disguised - 12-28-2020 This is actually real useful. Helped me a lot, it is not exactly my kind of interesting point but it helped me a lot understanding it. Thanks! |