|
|
|
|
|
by plnewman
4709 days ago
|
|
Back when I was teaching English in Japan, I stayed up late hacking on Game Boy code to keep that part of my brain active. It was during that time that I really realized that I wanted to work in software, or at least something with some creative output. I didn't use any of this though, I found a Japanese book on the GBDK C compiler. It's still available here: http://gbdk.sourceforge.net/
and there are more resources here:
http://devrs.com/gb/software.php#assemble I've thought since then that working on a simple machine like that is a great way to learn the fundamentals of computer science. |
|
In my school, we began with high-level functional languages and it's only after 3 years of programming than we discovered low level programming and could write a Kernel.
Can you explain how a RISC assembly language can help you learn CS ?