fork download
  1. global _start
  2.  
  3. section .data
  4. buffer dw 0h
  5.  
  6. section .text
  7.  
  8. _start:
  9. mov ecx, buffer
Runtime error #stdin #stdout 0.01s 144KB
stdin
Standard input is empty
stdout
Standard output is empty