Skip to content

Commit 740a8ff

Browse files
committed
Saving progress
1 parent 6e57ce7 commit 740a8ff

File tree

16 files changed

+822
-565
lines changed

16 files changed

+822
-565
lines changed

private/processor/cpu/instructions/conditions/conditions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ func (c Condition) Test(flags *flags.Flags) bool {
2222
return !flags.Carry
2323
case C:
2424
return flags.Carry
25+
case Always:
26+
return true
2527
}
2628
return false
2729
}

0 commit comments

Comments
 (0)