================================================================ More about the status register and its relevance for programming [TOC] ================================================================ So far our status register can only indicate unsigned and signed overflow. In this section two more status flags will be added: a _zero flag (ZF)_ and a _sign flag (SF)_. The implementation of these new flags is simple and quickly explained (__here__ is a link to my ALU with the attached status register). The video is mainly about why we need all these status flags for programming a computer. Video tutorial ============== ---- VIDEO ------------------------------ https://www.youtube.com/embed/xVIpqhj_trk ----------------------------------------- Assignment ========== Let me know if you have a good idea for an assignment. Still serious ... :links: here -> https://circuitverse.org/users/20564/projects/82932 :navigate: up -> doc:index back -> doc:session04/page03