A shorter Pause (PSE) in a program
|
01-31-2018, 05:28 AM
(This post was last modified: 01-31-2018 05:33 AM by Thomas Okken.)
Post: #6
|
|||
|
|||
RE: A shorter Pause (PSE) in a program
(01-31-2018 03:12 AM)rprosperi Wrote: however most instructions are not stack-neutral, so you'll have to select commands which minimally change the stack in ways you may be able to easily correct, something like SDEV followed by RDN (a total of 496 mS). If you want to keep the stack (mostly) intact, SDEV is not a good choice, because it overwrites X and Y, leaving T and Z intact, and saving X in LASTX. Also, you risk an error if the summation registers don't contain valid statistical data. Maybe use something like PI LN RDN instead, losing T and LASTX? (Avoid trigs for time-wasting as their timing probably depends on the angular mode.) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
A shorter Pause (PSE) in a program - 4ster - 01-31-2018, 01:32 AM
RE: A shorter Pause (PSE) in a program - Gene - 01-31-2018, 02:56 AM
RE: A shorter Pause (PSE) in a program - rprosperi - 01-31-2018, 03:12 AM
RE: A shorter Pause (PSE) in a program - Thomas Okken - 01-31-2018 05:28 AM
RE: A shorter Pause (PSE) in a program - 4ster - 01-31-2018, 06:52 AM
RE: A shorter Pause (PSE) in a program - AndiGer - 01-31-2018, 03:49 AM
RE: A shorter Pause (PSE) in a program - 4ster - 01-31-2018, 05:09 AM
RE: A shorter Pause (PSE) in a program - Dieter - 01-31-2018, 08:00 AM
RE: A shorter Pause (PSE) in a program - rprosperi - 01-31-2018, 01:43 PM
RE: A shorter Pause (PSE) in a program - 4ster - 01-31-2018, 03:17 PM
|
User(s) browsing this thread: 1 Guest(s)