Advertisement
filashkov

Untitled

Nov 10th, 2021
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.32 KB | None | 0 0
  1. int
  2. umain()
  3. {
  4.     asm volatile
  5.     (
  6.             ".global sys_yield\n\t"
  7.             ".bss\n\t"
  8.             ".comm a, 1\n\t"
  9.             ".comm sys_yield, 4\n\t"
  10.            
  11.             ".text\n\t"
  12.             // ".set global_alias, cprintf"
  13.             :
  14.             :
  15.             :
  16.     );
  17.     return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement