1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Add missing Sccs.

This commit is contained in:
Thomas Harte 2022-04-18 09:04:17 -04:00
parent 440f45b996
commit deb9c32a38

View File

@ -652,7 +652,7 @@ Preinstruction Predecoder<model>::decode5(uint16_t instruction) {
switch(instruction & 0x0f8) {
// 4-173 (p276)
case 0x0c0:
case 0x0d0:
case 0x0d0: case 0x0d8:
case 0x0e0: case 0x0e8:
case 0x0f0: case 0x0f8: Decode(Op::Scc);