Bu soruda tam olarak ne yapacağım, kaynak önerebilecek olan var mı?
Using the assembly of Mano’s Basic Computer, write a program that calculates the following series.
N= INPUT() ( 4 bits )
X= INPUT() ( 8 bits )
Y= X/2 + (X+X)/2^2 + (X+X+X)/2^3 + … + N*X/2^N
OUTPUT( Y ) ( 16 bits )