ZaneDubya / YCPU

An imaginary 16-bit cpu, with a complete specification, emulator, assembler, and disassembler, in C#.
24 stars 3 forks source link

Fix 2.E branch condition being PS instead of FL #18

Closed ghost closed 3 years ago

ghost commented 3 years ago

"NZCV" flags are in FL register, not PS.

ZaneDubya commented 3 years ago

Great, thanks!