IT News · @itnewsbot
3502 followers · 267064 posts · Server schleuss.online

This RISC-V CPU Games in Rust from Inside the Game - [Xander Naumenko] has created something truly impressive — a working RISC-V CPU co... - hackaday.com/2023/07/17/this-r -v

#news #games #risc #terraria #nand2tetris #computerhacks

Last updated 1 year ago

anniethebruce · @anniethebruce
29 followers · 449 posts · Server 3dp.chat

update- Got the ALU done earlier, now have the 64 bit RAM chip done. There are more RAM chips, but the architecture is such that scaling up from here is trivial. Like copy/paste and edit a few characters trivial.

#nand2tetris

Last updated 2 years ago

anniethebruce · @anniethebruce
29 followers · 428 posts · Server 3dp.chat

Got the ALU in mostly working, need to get the status bits functioning then it's done.

It's an interesting design, I could see an easy path to extending it to add more functionality, such as hardware multiplication.

#nand2tetris

Last updated 2 years ago

NorfolkNomad · @norfolknomad
27 followers · 119 posts · Server mastodonapp.uk

@anthillsocial If they ever move on to wanting to know how computers work, from bit level up, I can highly recommend the free course. It goes from a single AND gate up to microprocessor level in easy steps. nand2tetris.org/ the trick is not to help people out. It's something you can cheat but don't. It's far more rewarding to work the circuits out yourself using freely available online circuit software

#nand2tetris

Last updated 2 years ago

anniethebruce · @anniethebruce
27 followers · 352 posts · Server 3dp.chat

I wonder if I missed something or if the demultiplexer really is simpler than the multiplexer in

#nand2tetris

Last updated 2 years ago

James Wells · @nikatjef
14 followers · 193 posts · Server masthead.social

A few days ago, while wandering aimlessly around the internet, I cam across this gem;
nand2tetris.org/

nand2tetris is a training course on computers from first principles to the creation of a Tetris like game. Designed mostly for high school kids.

#computereducation #nand2tetris

Last updated 2 years ago

Antonio Caggiano · @fahien
47 followers · 13 posts · Server mastodon.gamedev.place

That is useful for bringing us closer to the assembler, facilitating the translation of VM instructions into Asm instructions later. Have a look at project 7 and 8 of to dig deeper!
nand2tetris.org/project07

#nand2tetris

Last updated 2 years ago

Andreas Gerlach · @appelgriebsch
126 followers · 1362 posts · Server fosstodon.org

The last 3 days I was fighting with fixed point arithmetic and set calculations for the ongoing project on … still not satisfied with the result in the emulator, but learned sooo much… references: spin.atomicobject.com/2012/03/ and righto.com/2017/06/one-hour-ma

#mandelbrot #nand2tetris

Last updated 3 years ago

Ell · @cincodenada
49 followers · 2232 posts · Server cybre.space

So my HDL playing has been partially converting nand2tetris HDL into actual Verilog so that I can hopefully put it on an actual FPGA, and I've managed to get as far as loading my ALU into yosys and generating a nice diagram of it and y'all, it looks pretty rad! Check it out!

(Spoilers for I guess, don't look too closely if you don't want to know how I put my ALU together!)

#hdl #fpga #nand2tetris

Last updated 3 years ago

· @FSMaxB
25 followers · 295 posts · Server mastodon.cloud

@alva@mastodon.social That is a hard question. To really have a hands on experience it would probably require some hardware alongside it. I think it helps to have some particular goal in mind and make your own project that you want to implement. One thing that would be interesting for example is implementing the computer system from "Elements of Computing Systems" ( ) using VHDL instead of their own custom HDL and piece together the necessary information from random web sources.

#nand2tetris

Last updated 6 years ago