Add two numbers

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