Post Reply 
Assorted WP-34S beginner questions
07-21-2014, 12:21 PM
Post: #22
RE: Assorted WP-34S beginner questions
(07-21-2014 11:27 AM)Paul Dale Wrote:  All user functions are listed in commands.c. Looking at the COS entry there:

Code:
    FUNC(SOME_FUNCTION,     &realVersion,    &complexVersion,    &integerVersion,    "FUNCTION",    ASM_ALIAS)

So - functions are defined with:
1. What the opcode is based on,
2. Real version name,
3. Complex version name,
4. Integer version, then
5. Assembler alias

Thanks, knowing what the fields refer to is a great help.
I've tracked the actual code to the routine sincosTaylor(). Now my education begins.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Code Reading for Dummies - sa-penguin - 07-21-2014, 10:08 AM
RE: Assorted WP-34S beginner questions - sa-penguin - 07-21-2014 12:21 PM



User(s) browsing this thread: 1 Guest(s)