← Back to context

Comment by Joel_Mckay

3 hours ago

In general, Assembly for a simple well documented CPU is fairly close to most familiar calculator operations, and is demonstrated as a 1 to 1 relationship in the binary firmware. If folks drop on abstractions like Scratch/Basic/Python/Java the students will develop a random notion of what Register/Stack/Heap even means.

I would recommend looking at a few random samples of Ben's build series, as he covers most first year subjects in subtle efficient ways.

Soldering kit PCB or Emulators are insufficient to demonstrate a physical bus wire harness, clock timing, and memory layout. Best of luck =3