I finally go round to playing with the emulator. I successfully transmitted programs from the real device to the emulator. But how can I save them to a file from the emulator?
How to save WP34s programs to a file?
|
|
« Next Oldest | Next Newest »
|
▼
04-25-2013, 01:02 PM
▼
04-25-2013, 01:56 PM
Quote:Hi Harald,
if your program is in the RAM then it's automatically stored in the file 'wp34s.dat' when you close the emulator. wp34s_asm wp34s.dat -dis >textfile
I've just tried an other method by printing the program to Christoph's printer emulation HP82240B.exe and then copy&paste the program listing to any textfile.
Edit: I just remembered an other method that I've use long time ago. wp34s ram >textfile The only problem of this method is that the resulting listing also contains the opcodes in the 2nd column. Franz
Edited: 25 Apr 2013, 2:14 p.m. ▼
04-26-2013, 05:14 AM
Thanks a lot Franz! Converting the wp34s.dat file seems like the best solution. But when I tried copying from the printer emulator that didn't work. Am I missing something?
Cheers, ▼
04-26-2013, 05:25 AM
Quote:Well, the method with the printer isn't really a good solution. Doing it with the printer's menu option ('File>Save Data') saves it as a kind of binary file, so you can't use it for further editing. Printing the program with 'prPROG' and then using the printer's option 'File>Copy' works (puts the progam listing into the clipboard), but as I already mentioned this doesn't work with special characters, so in fact it's not of much use. Franz ▼
04-26-2013, 07:26 AM
Because of the issue with the special characters I am not too bothered anyway, but my version of the printer emulator doesn't appear to have any menus. All I can find is a "clear" and a "quit" button. ▼
04-26-2013, 07:46 AM
Quote:Maybe the printer included in the WP34s is not the latest version!? I'm using the printer emulator (version 1.04) from Christoph's site: http://hp.giesselink.com/hp82240b.htm Franz |