fork download
  1. global _start
  2.  
  3. section .data
  4.  
  5. section .text
  6.  
  7. _start:
  8. mov ah, 4Bh
  9. int 21h
Runtime error #stdin #stdout 0.01s 140KB
stdin
Standard input is empty
stdout
Standard output is empty