time.wc 85 B

1234567891011
  1. time() {
  2. c;
  3. asm("mov T {c}");
  4. return c;
  5. }
  6. usleep(s) {
  7. asm("mov {s} T");
  8. }