News

This project implements a simple assembler for a custom Instruction Set Architecture (ISA). The assembler reads assembly code, processes it in two passes, and outputs the corresponding binary machine ...
A co-worker (military) is retiring soon and brought me a job description that asks for, among other things, the following qualification: At least a basic understanding of computer architecture and ...
Input/output. The Hack computer built in the course uses two memory bitmaps to connect to a black-and-white screen and to a standard keyboard. It would be nice to extend the basic Hack platform to ...