annotate testbad.fc @ 85:6d10b5b9ebc3

Make dispatch type selectable between replicated switch and computed goto
author Mike Pavone <pavone@retrodev.com>
date Fri, 30 Jul 2010 23:49:19 +0000
parents 6a1a7d5cc2d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
73
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
1 B = R(A, L(B, R(C,D)))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
2 C = R(B, R(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
3 X = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
4 A = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
5 E = L(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
6 D = R(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
7