Re: A86: Re: Assembly-86 Digest V1 #532


[Prev][Next][Index][Thread]

Re: A86: Re: Assembly-86 Digest V1 #532




Good luck, that is a big first program to write.  Writting in asm is very
different from BASIC.  You can do anything you want, but it requires a
completely different way of thinking.  Try these sites:

http://www.dogtech.com/cybop/ti86/
http://www.calpoly.edu/~tllilleh/a86/a86.html
And http://www.stupidzone.com/asmstudio/ if you use Win95/NT.

You can access variables in asm if you want to use lists to store points
(if that's what you are doing).  If it is only integers, lists are a huge
waste of space.  You'd probably be better off storing them in the program
or in strings.    Assembly Studio comes with the include files and online
help for all of the op routines.  Check out TI's page for more help with that:

http://www.ti.com/calc/docs/86assembly.htm

At 07:14 PM 7/8/98 -0000, you wrote:
>
>I've got a nice wirframe renderer written in BASIC.  It handles regular, 
>parametric and (soon) polar functions.  I'm interested in re-writing the 
>thing in assembly, as it takes about 50 seconds to graph a function now.  
>The problem is, I know nothing about asm!  I can figure out the basics, 
>but I need to know if I can store things in lists (or anything like that) 
>in asm.  Also, are For loops possible?  And what are the routines for 
>multiplying to OP registers?  I know this is a lot...if someone wants to 
>work with me on this they'll get co-credit as programmer.
>
>Thanks,
>Emmanuel
>
>


// David Phillips
// mailto:electrum@tfs.net
// ICQ: 13811951
// AIM: electrum32


References: