Design an 8-bit processor with a 2-address format and Register Addressing mode using Logisim. The processor includes key modules: an ALU for operations, a Register File for data storage, a Control Unit for decoding and signal control, a Program Counter (PC) for instruction sequencing, and a Processor Status Word (PSW) for condition flags. Tasks involved creating the instruction set, configuring the ALU, implementing control logic, and verifying the design through simulation.