this is a Fibonacci program for 8 bit numbes:
E <CR> ;working in expanded mode in 8086 microprocessor
A1000:1000 <CR>;address location where program is to b stored
;<CR> is nothing but an enter keystroke!
MOV AX,1010
MOV DS,AX
MOV SI,2000
MOV CX,[SI] ;number of terms for Fibonacci sereis one wants
INC SI
INC SI
MOV BX,0000
MOV AX,0001
MOV [SI],BX ;moving first terms of Fibonacci sereis to memory
MOV [SI],AX
INC SI : LABEL1
INC SI
ADD AX,BX ;0+1+1+2+3+....
MOV [SI],AX
INC SI
INC SI
MOV [SI],BX
MOV BX,AX
LOOP LABEL1
INT A5
it may be wrong somewhere....corrections are most welcome....
:)
find the program in c-pgms.blogspot.com
A series finale is the last or final episode of a television program.
A TV program/Series!
A program.
What is the assembly program to generate a geometric series and compute its sum The inputs are the base root and the length of the series The outputs are the series elements and their sum?
An instruction book or program that takes users through a prescribed series of steps to learn a complex program is called a tutorial.
$250.
about $30.00
no
write a program to print the series 1/12+1/22+.........+1/n2 ?
yes the comedy program is going up to series 6
A series of instructions is known as a program. The individual instructions are commands.