We need to input the two numbers, add them together and output the result. INP A INP B LDA A ADD B STA C OUT C Assembler
INP A INP B LDA A ADD B STA C OUT C
Assembler