Brings back memories. Back in the mid-80s, we had a senior EE digital hardware assignment to generate the microcode (Control Store) to implement a small instruction set for an 8-bit architecture. We tested our microcode with an emulator written by the grad TA.
@arkanjo75093 жыл бұрын
thanks
@thisismissem Жыл бұрын
It's interesting that the 6502 used EOR instead of XOR (not sure why that changed?)
@j.r.qwertz3 жыл бұрын
putting And, Eor, Ora in enum ElogicalOp and then select the instruction via switch is silly.