I found an error in the DFF.cmp file, it starts from line7 and is explained as below:
| 2+ | 1 | 0 | 0 |
so a 1 introduced at in, made selected by load means next out=1. but is 0 as shown below.
| 3 | 1 | 0 | 0 |
this error then (auto) continues to next line.
| 3+ | 1 | 1 | 0 |
and so on.
Please let me know if I got it wrong.
and because I just looked at the subjects of all prev posts in project 03, DO excuse me and indicate if this error has been identified and sorted before!