A86: Basic to assembly
[Prev][Next][Index][Thread]
A86: Basic to assembly
Does anyone know how I would do the following in Asm...
Are lists even accessable in asm...
Thanks for any and all help,
Chris Magill
*********************
Disp "Enter in list format"
Disp "Enter 1st polynomial:"
Input "",A
Disp "Enter 2nd polynomial:"
Input "",B
dimL A -> C
dimL B -> D
C+D-1 -> dimL E
Fill(0,E)
E -> F
For(G,1,D)
Fill(0,E)
For(H,1,C)
A(H) -> E(H+G-1)
End
B(G)*E+F->F
End
Disp "Product is:"
Float
Pause F
Fix 2
******************************
Taken from Algebra 2 Basic Program
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]
References: