Utoljára aktív 1732904003

Revízió c2b1c915a2342d8ba8e1eae375217a6971e5856e

fast-counter-to-bits.nv Eredeti Playground
1|x to bits|
2 , fill b[3] with x:8, is b[3] filled?
3 , fill b[2] with x:4, is b[2] filled?
4 , fill b[1] with x:2, is b[1] filled?
5 , fill b[0] with x:1, is b[0] filled?
6
7|release x, x to consume| x
8|release x|
9
10|consume x, x to consume|
11|consume x|
12
13|clear fill b[3] with x, fill b[3] with x|
14|clear fill b[3] with x|
15
16|clear fill b[2] with x, fill b[2] with x|
17|clear fill b[2] with x|
18
19|clear fill b[1] with x, fill b[1] with x|
20|clear fill b[1] with x|
21
22|clear fill b[0] with x, fill b[0] with x|
23|clear fill b[0] with x|
24
25|x, fill b[3] with x|
26 , x to consume
27
28|is b[3] filled?, fill b[3] with x|
29 , b[3] has failed
30
31|is b[3] filled?|
32 , b[3] has succeeded
33
34|b[3] has failed|
35 , release x:8
36 , clear fill b[3] with x:8
37|b[3] has succeeded|
38 , b[3]
39 , consume x:8
40
41|x, fill b[2] with x|
42 , x to consume
43
44|is b[2] filled?, fill b[2] with x|
45 , b[2] has failed
46
47|is b[2] filled?|
48 , b[2] has succeeded
49
50|b[2] has failed|
51 , release x:8
52 , clear fill b[2] with x:4
53
54|b[2] has succeeded|
55 , b[2]
56 , consume x:4
57
58|x, fill b[1] with x|
59 , x to consume
60
61|is b[1] filled?, fill b[1] with x|
62 , b[1] has failed
63
64|is b[1] filled?|
65 , b[1] has succeeded
66
67|b[1] has failed|
68 , release x:2
69 , clear fill b[1] with x:2
70
71|b[1] has succeeded|
72 , b[1]
73 , consume x:2
74
75|x, fill b[0] with x|
76 , x to consume
77
78|is b[0] filled?, fill b[0] with x|
79 , b[0] has failed
80
81|is b[0] filled?|
82 , b[0] has succeeded
83
84|b[0] has failed|
85 , release x
86 , clear fill b[0] with x
87
88|b[0] has succeeded|
89 , b[0]
90 , consume x
91
92||x:11, x to bits