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