fork download
  1. MOV A,#02H
  2. CLR C
  3. SUBB A ,#01H
  4. SUBB A ,#01H
  5. SUBB A ,#01H
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.asm:1: error: expression syntax error
prog.asm:2: error: parser: instruction expected
prog.asm:3: error: parser: instruction expected
prog.asm:4: error: symbol `SUBB' redefined
prog.asm:4: error: parser: instruction expected
prog.asm:5: error: symbol `SUBB' redefined
prog.asm:5: error: parser: instruction expected
stdout
Standard output is empty