Advertisement
Guest User

userspace4.4

a guest
Nov 13th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import "myabi"
  2.  
  3.  
  4.  
  5. void main(){
  6. call_syscall0();
  7. call_syscall1();
  8. char[] string = "printed via print string api";
  9. print_string(string);
  10. while(true) continue;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement