Original Article: https://blog.sigma-star.io/2024/01/people-dont-understand-oop/ Occasionally, I come across the opinion that object oriented programming (OOP) is an obsolete principle. This opinion sometimes goes hand-in-hand with observations that it is not longer touted as…

As part of a computer organization course, this project involved building a full ARMv6 assembler and disassembler from scratch using Java. The goal was to create a portable, self-contained application capable of…