It is not new what I found here, it was only new for me. I tried to test it with Nonpareil (V0.77 Win32, also not new), but failed. Is there an "emulator" out there who offers this feature?
TIA.....Mike
Edited: 15 May 2013, 7:02 a.m.
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key 243544 - Line: 275 - File: inc/plugins/threaded_mode.php PHP 8.1.2-1ubuntu2.14 (Linux)
|
HP-15C Synthetics
|
|
« Next Oldest | Next Newest »
|
▼
05-15-2013, 07:01 AM
It is not new what I found here, it was only new for me. I tried to test it with Nonpareil (V0.77 Win32, also not new), but failed. Is there an "emulator" out there who offers this feature?
TIA.....Mike Edited: 15 May 2013, 7:02 a.m. ▼
05-15-2013, 07:45 AM
I dont't think any emulator will offer this feature, this is a behavior due to the CPU hardware and not due to any opcode of the CPU. It could be added, but is it useful ? ;) ▼
05-15-2013, 08:04 AM
Is it useful?!? For what purpose do I need an "emulator"? :) nosy.....Mike "Never stop asking." - A. Einstein (Is this a secret order?)
05-15-2013, 10:04 AM
Nonpareil allows to read and write its state to XML files. The written file is gnu-zipped but that's not needed to read it. Thus you can write the state to a file, gunzip it, modify it and read it back.
As a proof of concept I modified the Y-register according to the description and got the same effect as mentioned in the article: Quote:
For this I modified the following address in the memory section of the state-file which represents the Y-register: <memory as="ram"> So after the transfer execute [RDN] and then [f] [PREFIX]. Sorry that I can't explore any more right now but I hope I could lead you into the right direction. Let us know your findings.
Kind regards Edited: 15 May 2013, 10:24 a.m. ▼
05-15-2013, 11:37 AM
Yes, brute force, modify the state file and start the "emulator" again. That is result oriented the best way. What I'd like is to simulate as close as possible the keyboard to get a virtual clone of the real thing. I was able to do so with Nonpareil 0.77 for the Voyagers' keys in the rightmost column + ON key to get keybord test, self test, reset, and continious self test. Alas I failed to get the ON + x^y that way. Ciao.....Mike ▼
05-15-2013, 12:38 PM
Could you elaborate on how to run the tests?
Thanks ▼ ▼
05-16-2013, 02:25 PM
Sorry if wasn't clear but I'm familiar with running the tests on real calculators. But I had no luck with the same procedure using an emulator. What's the exact procedure here?
Many thanks in advance ▼
05-17-2013, 05:19 AM
Sorry, but that depends on the emulator you use, it must offer the possability to press at least two keys at the "same" time.
Nonpareil-Win v0.77 uses KML files to define this and that, inter alia mapping of PC keys to calculator keys. If you append scancode 115 map 115 44 end # s - STOto a Voyager KML file you may use s and r for STO and RCL. By chance I found the undocumented feature to map two calculator keys: # experimental:It is ment for a german PC keybord, so ';' is the shifted comma to toggle the decimal separator, and the others are the shifted 1-2-3-4 for the self tests. Use all from deep sleep. But this is only for the a. m. version 0.77 of Nonpareil for windows. Alas Eric Smith did un-publish it years ago. Ciao.....Mike
05-15-2013, 06:22 PM
The state file would be a good way to investigate some of the internal behaviours on the 15C. E.g. the matrix inversion and solutions to systems of equations use a Doolittle LR decomposition with partial pivoting. My suspicion is that the pivoting information is stored in the matrix descriptor so the conversion can be undone to restore the original matrix.
05-15-2013, 11:30 AM
Open the following XML file in Nonpareil 15C and run [GSB A].
Cheers
<?xml version="1.0" encoding="ISO-8859-1"?>
05-15-2013, 05:56 PM
After quite a bit of fiddling I found another message that could be displayed. Just use these lines in the XML file above instead:
<loc addr="0fe" data="003d0dc0000000"/>
This is the listing of the corresponding program lines: 001 - 42,21, 0 LBL 0 If you're interested in the Perl script I can post it here.
Cheers Edited: 15 May 2013, 6:37 p.m. ▼
05-16-2013, 04:19 AM
What I tried last nite was just to fiddling with that (ON)+(Y^X) in two "emulators". But no success. IMHO there must be some code in the ROM that shifts the X register 22 bits to the right. Alas I did not find out yet, I am stuck at the branch when the Voyager tests what key is pressed when waking up from deep sleep. In this respect I did no tests with a real HP15C yet. But my aim is to lite nothing but the G of GRAD. On an HP41 you need MCode for that, on Voyager it should be possible with synthetic only (if register 9 and A are accessible). Ciao.....Mike ▼
05-16-2013, 04:57 AM
Hi, No there is no code in the rom to do that, it is a pure hardware behavior, so a 'simple' nut emulation can not support this synthetic. But now go15c support it. Fell free to crash your emulation (and perhaps the app too) when trying to do nice display see :
Olivier
Edited: 16 May 2013, 5:06 a.m. ▼
05-16-2013, 05:25 AM
In that case I do not need to look any further, thank you. Also for the free GO12C :) Alas, no Android, no luck :( Ciao.....Mike
05-16-2013, 03:51 PM
Quote:
Use the following entries in the state file: <loc addr="0fe" data="00000000000000"/>
Which translates to this rather boring program: 001 - 42,21, 0 LBL 0
Cheers
05-16-2013, 02:38 PM
If the DM-15CC is considered an emulator I can confirm that the "rotate" function works as described in the article. However the HEllo PPC program doesn't work: the display keeps showing me RUNNING.
Cheers |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Synthetics | John W Kercheval | 13 | 3,025 |
05-23-2012, 03:02 PM Last Post: Garth Wilson |
|
Photo of my HP 15c | 15c LE | DigiGal | 2 | 1,367 |
10-12-2011, 12:34 PM Last Post: DigiGal |
|
HP 15c LE vs HP-15C dimensions - BOTH ARE HUGE! | Joerg Woerner | 4 | 1,739 |
10-03-2011, 06:53 AM Last Post: Jim Johnson |
|
HP 15C and 15C LE not the same dimensions? | Derek | 16 | 3,770 |
09-30-2011, 05:33 PM Last Post: Derek |
|
Original 15C Keyboard Test Works With 15C LE!!! | DigiGal | 5 | 1,937 |
09-26-2011, 07:33 PM Last Post: M. Joury |
|
15C LE Synthetics | Kerem Kapkin (Silicon Valley, CA) | 11 | 2,594 |
09-21-2011, 06:46 PM Last Post: Paul Dale |
|
How would a new HP 15c+ affect 15c market value? | megarat | 5 | 1,771 |
07-07-2010, 06:48 PM Last Post: John Stark |
|
HP 15C: Any cure for an HP 15C with "snappy" keys? | Jeff | 2 | 1,047 |
09-05-2001, 08:33 PM Last Post: Jim |