Skip to content

Commit 667e14a

Browse files
committed
GP-3889: Fixed 6x09 clr instruction not clearing carry flag
1 parent 4f49338 commit 667e14a

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)