use only top bits of the data to display

This commit is contained in:
2020-10-26 22:45:17 -05:00
parent 124d1fff63
commit 92f059ab54
2 changed files with 12 additions and 6 deletions

View File

@@ -46,9 +46,12 @@ int main(int argc, char **argv) {
for (int k = 0; k < 3; k++)
tick(++tickcount, tb, tfp);
tb->i_startN = 0;
tick(++tickcount, tb, tfp);
tb->i_startN = 1;
for (int i = 0; i < 1000; i++) {
tb->i_startN = 0;
tick(++tickcount, tb, tfp);
tb->i_startN = 1;
tick(++tickcount, tb, tfp);
}
for (int k = 0; k < 15; k++)
tick(++tickcount, tb, tfp);