Post Reply 
HP-42S display
09-10-2017, 03:21 AM
Post: #13
RE: HP-42S display
(09-10-2017 02:16 AM)Den Belillo (Martinez Ca.) Wrote:  didn't the Extended I/O module give the 41 lower case at least for some printout?

ALPHA functions from HP-82180A X-FNC/MEM
Code:
ALENG   : Returns the length of the string in the ALPHA register to the X-register.
ANUM    : Searches the ALPHA register for an ALPHA-formatted number and returns the numerical value to the X-register.
AROT    : Rotates the contents of the ALPHA register by the number of characters indicated by the number in the X-register.
ATOX    : Moves leftmost ASCII character out of the ALPHA register and places its character code in the X-register.
XTOA    : Converts the character code in the X-register to the corresponding ASCII character and appends the character to the ALPHA register.

ALPHA functions from HP-82183A Extended-I/O
Code:
ALENGIO : Places in X the length of current ALPHA string. Skips leading nulls.
ANUMDEL : Returns to X the value of a number represented by a string of numerical characters in code in Y. Deletes from ALPHA all characters from beginning through the numerical character used.
ATOXL   : Removes first character from ALPHA and places in X the corresponding ASCII character code.
ATOXR   : Removes last character from ALPHA and places in X the corresponding ASCII character code.
ATOXX   : Replaces number in X with code for character in ALPHA position indicated by that number. 
XTOAL   : Converts the character code in the X-register to the corresponding ASCII character and appends the character to the left side of the ALPHA register.
XTOAR   : Converts the character code in the X-register to the corresponding ASCII character and appends the character to the right side of the ALPHA register.
YTOAX   : Converts the character code in the Y-register to the corresponding ASCII character and replace the character in ALPHA register at X-register position.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP-42S display - Guido - 09-02-2017, 12:42 AM
RE: HP-42S display - d b - 09-02-2017, 03:05 AM
RE: HP-42S display - grsbanks - 09-02-2017, 08:31 AM
RE: HP-42S display - RMollov - 09-04-2017, 09:07 PM
RE: HP-42S display - toml_12953 - 09-05-2017, 02:02 AM
RE: HP-42S display - Jake Schwartz - 09-05-2017, 04:59 PM
RE: HP-42S display - Thomas Okken - 09-05-2017, 05:21 PM
RE: HP-42S display - RMollov - 09-07-2017, 10:21 AM
RE: HP-42S display - d b - 09-10-2017, 02:16 AM
RE: HP-42S display - Sylvain Cote - 09-10-2017 03:21 AM
RE: HP-42S display - Guido - 09-02-2017, 08:55 AM



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