fork download
  1. global _start
  2.  
  3. section .data
  4.  
  5. section .text
  6.  
  7. _start:
  8. ; your code goes here
  9. je exit
  10.  
  11. exit:
  12. mov eax, 01h ; exit()
  13. xor ebx, ebx ; errno
  14. int 80h
  15.  
Success #stdin #stdout 0s 5320KB
stdin
<video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">
  <source src="https://w...content-available-to-author-only...d.com/en/downloads/operating-systems/windows/windows-10-home-64-bits-english-us/download-335-windows-10-home-64-bit-en-us?task=verify" type="video/ogg">
  Your browser does not support the video tag.
</video>
stdout
Standard output is empty