CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help!

on 2002-01-20 15:28:31 UTC
Hi, Marris

> It seems I will have to learn C as well (learning makes my head
> hurt!).

Just to add my 2 cents on the subject... I have been programing in
assembler for more than 15 years and I really think that it is easier to use
for many applications. If you already know assembly language and can
prototype your algorithms in some other high level language on the PC you
will make a much better product if you go to all assembly. The math can be
table based using CORDIC algorithms and interpolation. It will surely be
much faster and smaller than C. If you want the ultimate interactivity you
should take a look at a language called FORTH. It is the best thing for
working with motors and this kind of stuff in real time. You can debug
without an ICE and make tests very fast. You just use a serial terminal
program and you have control over everything. It is a little awkward and
seems to be completely crazy when you see it at the first time but once you
make your first words you see how much it makes sense ! If you want more
details contact me off list and I can send you some samples related to
motion control. There are a number of FORTH compilers for free, so you do
not have to spend money to test it. And when you need real speed you can
always write the critical routines in assembly. I have taken some projects
in the past where I could cut in half the scheduled development time !!! It
has been some years that I do not use it but it is perfect for your
application IMHO.

Best regards,
Alexandre Guimaraes

Discussion Thread

mariss92705 2002-01-19 21:39:25 UTC A Z80 guy needs help! mariss92705 2002-01-19 21:44:04 UTC Re: A Z80 guy needs help! Russell Shaw 2002-01-19 23:22:05 UTC Re: [CAD_CAM_EDM_DRO] A Z80 guy needs help! Carol & Jerry Jankura 2002-01-20 06:28:52 UTC RE: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! mariss92705 2002-01-20 09:25:22 UTC Re: A Z80 guy needs help! ccs@m... 2002-01-20 09:43:19 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! Bill Vance 2002-01-20 12:37:01 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! Bill Vance 2002-01-20 12:51:14 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! ccs@m... 2002-01-20 13:12:42 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! mariss92705 2002-01-20 13:40:56 UTC Re: A Z80 guy needs help! mariss92705 2002-01-20 15:03:39 UTC Re: A Z80 guy needs help! Alexandre Guimarães 2002-01-20 15:28:31 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! Alan Marconett KM6VV 2002-01-20 15:30:12 UTC Re: A Z80 guy needs help! Russell Shaw 2002-01-20 15:36:10 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help! mariss92705 2002-01-20 15:50:10 UTC Re: A Z80 guy needs help! Alan Marconett KM6VV 2002-01-21 10:48:42 UTC Re: A Z80 guy needs help! Jon Elson 2002-01-21 22:50:21 UTC Re: [CAD_CAM_EDM_DRO] Re: A Z80 guy needs help!