You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
196 B

1 year ago
  1. __PROC__ write
  2. i64 i8 ptr i64
  3. __--__
  4. i32
  5. __DO__
  6. __LET__ size, ptr, fd
  7. size ptr __CAST_I64__ fd 1_i64 __SYSCALL4__
  8. __END_LET__
  9. __END__
  10. proc __DEREF_I64_PTR__
  11. i64 ptr
  12. --
  13. i64
  14. DO
  15. END