Skip to content

Commit b09dcee

Browse files
committed
Merge remote-tracking branch
'origin/GP-3889_ghidorahrex_6x09_clr_carry_clear' into patch (Closes NationalSecurityAgency#5838)
2 parents a0fbd79 + 667e14a commit b09dcee

File tree

1 file changed

+1
-0
lines changed
  • Ghidra/Processors/MC6800/data/languages

1 file changed

+1
-0
lines changed

Ghidra/Processors/MC6800/data/languages/6x09.sinc

+1
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ macro clear(op)
504504
op = 0;
505505
$(Z) = 1;
506506
$(N) = 0;
507+
$(C) = 0;
507508
}
508509

509510
macro addition(reg, op)

0 commit comments

Comments
 (0)