4 lines
63 B
Z80 Assembly
4 lines
63 B
Z80 Assembly
AddTwoNumbers
|
|
;input registers: A,B. Outputs to A.
|
|
ADD a,b
|
|
RET
|