Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@dmonkey you have to supplement it with the items on the website. Again it’s not a copy paste, done you have to think and come up with the implementation during each exercise it more or less will give you an idea and you run with it. I think it’s about 400 pages or so. It’s not big but since it doesn’t have to have all the code in it it doesn’t need to be big.
-
@ScriptCoded go to clickykeyboards.com the guy restores them or find one on eBay and restore it. My 86 I bought from clicky for 400 bucks it looks brand new it is in great shape those Ms live forever best built keyboard I’ve ever used.
-
@WildPotato I think you could reasonable get thru the book in a couple weeks not rushing taking your time and doing everything.
-
Prutser2224yWoah! Not been on devRant for weeks and just now seeing this gem! Thanks for the tip, you’ve triggered my curiosity!
-
Bubbles68264yI’m definitely gonna try to find this, it’s exactly what I’ve been looking for. Do I need anything physically like parts and electronics to follow along?
-
@Bubbles the book will definitely be able to take take someone with highlevel knowledge and set them on a path to understand low level without diving straight into PCB boards and stuff immediately .. after the book jumping into micros and circuits will be much easier. But it’s like a primer almost.
-
Bubbles68264y@QuanticoCEO got it, I have some books about circuits & electronics in general that I’m planning to go through so this will be a perfect start
-
faptain7614yI am doing the coursera course on this one, literally orgasm'd when my von neumann alu was working "flawlessly", same was with the assembly program exercise as well. Felt like a "Scientist" that day. This is some good shit tbh. I am now finishing up the whole computer. Excited for more orgasmic learning.
Related Rants
-
QuanticoCEO32From the guy who wrote all the Programming Microsoft books and the Annotated Turing book. Comes this book. Th...
-
QuanticoCEO7Working in the embedded systems industry for most of my life, I can tell you methodical testing by the softwar...
-
QuanticoCEO35Forgot to post a book yesterday, so maybe I’ll post two books today... Anyway, this book, I found it recen...
From NAND to Tetris..
This book is IMO the best book for those who want to venture to the lower level programming.
This books retrains you’re thinking, teaches you from the bottom up! Not the typical top down approach.
You begin with the idea of Boolean algebra. And the move on to logic gates.. from there you build in VHDL everything you will use later.
Essentially building your own “virtual machine”.. you design the instruction set. Of which you will then write assembly using the instruction set to control the gate you built in VDHL.
THEN you will continue up the abstraction layer and will learn how a compiler works, and then begin written c code that is then compiled down to your assembly of your instructions set to be linked and ran on your virtual machine you built.
All the compiler and other tools are available on the books website. The book is not a book where you copy and paste, run and done.... you kinda have to take the concepts and apply them with this book.
Then once you master this book, take it the extra step and learn more about compilers and write your own compiler with the dragon book or something.
Fantastic book, great philosophy on teaching software.. ground up rather than top down. Love it! It’s Unique book.
rant
bookaday