| time | in  | reset | load | inc | out |
|  t0+ |  0  |   0   |   1  |  0  |  ?  | 
|  t1  |  X  |   0   |   0  |  0  |  0  |
|  t1+ |  X  |   0   |   0  |  0  |  X  |
|  t2  |  Y  |   0   |   0  |  0  |  X  |
|  t2+ |  Y  |   0   |   0  |  0  |  Y  |
|  t3  |  Z  |   0   |   0  |  0  |  Y  |
|  t3+ |  Z  |   0   |   0  |  0  |  Z  |
When 
load = 0, 
in is ignored. 
out will be set to 0 at t1, and will remain 0 for the remainder of this sequence.
[Formatting hint: put <raw> and </raw> tags around text you want to be displayed in fixed-pitch font.]
--Mark