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 5316KB
stdin
#include<REG51.H>

unsigned char a, b: void

main()

{

a = 0 * 10

b = 0 * 4 P 0=a-

b;

Pl = a + b

P 2=a^ * b

P * 3 = a / b

while(1);

}
stdout
Standard output is empty