mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-3889: Fixed 6x09 clr instruction not clearing carry flag
This commit is contained in:
@@ -504,6 +504,7 @@ macro clear(op)
|
||||
op = 0;
|
||||
$(Z) = 1;
|
||||
$(N) = 0;
|
||||
$(C) = 0;
|
||||
}
|
||||
|
||||
macro addition(reg, op)
|
||||
|
||||
Reference in New Issue
Block a user