Which X/Fs normalize Data?



#3

Hi,

I vaguely remember that certain X/F do not normalize data when it is saved/recalled into/from X-memory. Does anyone here know which functions do and which ones don't normalize?

Also, is anyone aware of a program that would swap a block of registers from X/M into main-memory, preferably without normalization. Preferably MCODE...

Thanks for any hints and tips!

Cheers

Peter


#4

Dear Peter,

As it turns out this information is available in a paragraph on page 182 of Keith Jarret's Extended Functions Made Easy book.

Quote:
GetX, SaveX, GetR, SaveR and GetRX do not normalize at all. The SaveRX and RegSwap functions normalize both upper and lower extremes of the data register block used. The RegMove operation normalizes only the topmost data register used.

I am not aware of any REGSWAP function that swaps between X/M and normal user memory. However the same book has a very good description of the functionality of RegSwap and RegMove on pages 76ff. And, if I remember correctly, you have a searchable VASM of the X/F module and know a little bit of MCODE. A quick search of the VASM for the word 'REGSWAP' brings up right away the entry point [RGMV] at 1367oct in the fourth quad of the X/F module.

This function has various flags which guide its behavior. It appears they would allow a swap or move between normal and X/F memory. One naturally has to write some sort of wrapper to make sure the data is save on X/M etc but, with some luck and lots of patience, you might actually be able to write the desired MCODE function yourself...

HTH

Cheers

Peter

Edited: 23 Oct 2008, 12:26 a.m.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sheet data importer for HP Prime Marek Russ 4 1,917 11-15-2013, 04:55 AM
Last Post: debrouxl
  Entering,Saving,and Analysis /Fitting X Y Data on the Prime Harold A Climer 6 2,608 10-26-2013, 01:54 PM
Last Post: Tim Wessman
  HP PRIME: How to change the column headers and reset data Joseph Ec 5 2,277 10-18-2013, 02:26 PM
Last Post: Joseph Ec
  HP Prime data sharing Alberto Candel 5 1,896 10-06-2013, 07:49 PM
Last Post: Alberto Candel
  Printing HP 9825 data Norman Pillsbury 3 1,604 06-01-2013, 10:08 PM
Last Post: David Ramsey
  WP-34s data exchange with PC over IR Marcel Samek 3 1,567 02-26-2013, 11:53 PM
Last Post: Marcel Samek
  GROBs with hidden data in them... Chris Dreher 2 1,239 12-13-2012, 01:07 PM
Last Post: Chris Dreher
  I feel like a data miner... Luiz C. Vieira (Brazil) 6 2,152 12-03-2012, 10:59 PM
Last Post: Gerson W. Barbosa
  25C rememberss data only Matt Agajanian 7 2,259 04-15-2012, 08:36 PM
Last Post: Matt Agajanian
  ODS Data utilities (HP-75) Raymond Wiker 2 1,747 03-13-2012, 08:19 PM
Last Post: Paul Berger (Canada)

Forum Jump: