Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / flags / signal-0-from-outbox-to-inbox.test
1 // expected output
2 #expect 0
3
4 #ship debug        : Debug
5 #ship fifo         : Fifo
6
7 debug.in:
8   set word= 2;
9   set ilc=1;
10   recv;
11   set flags a=c, b=b;
12   [a]  set word= 1;
13   [!a] set word= 0;
14   deliver;
15
16 fifo.out:
17   send token to debug.in:0;