Reinstate jsr pc,*#label (not sure why this is done)
[v7.git] / bs.c
1 main()
2 {
3         char buf[512*20];
4         int n;
5         for(;;)
6                 printf("Blocksize %d\n", read(0, buf, 512*20));
7 }