Sets the Direction flag.
(self)
| 828 | self.set_flag_value(self.Flags.Sign, True) |
| 829 | |
| 830 | def set_df(self): |
| 831 | "Sets the Direction flag." |
| 832 | self.set_flag_value(self.Flags.Direction, True) |
| 833 | |
| 834 | def set_tf(self): |
| 835 | "Sets the Trap flag." |
nothing calls this directly
no test coverage detected