fork download
  1. global _start
  2.  
  3. section .data
  4.  
  5. section .text
  6.  
  7. _start:
  8. ldi R16,a;
  9. ldi R17,b;
  10. mov R0,R16;
  11. mov R1,R17;
  12.  
  13.  
  14.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:8: error: parser: instruction expected
prog.asm:9: error: symbol `ldi' redefined
prog.asm:9: error: parser: instruction expected
ld: cannot find prog.o: No such file or directory
stdout
Standard output is empty