xrpn icon indicating copy to clipboard operation
xrpn copied to clipboard

EOU: read/write/convert to RAW format

Open acser123 opened this issue 3 years ago • 5 comments

  1. Port http://www.hpmuseum.org/software/hp41uc.zip or https://sourceforge.net/p/hp41uc/code/ci/master/tree/Win32App_x86/Win32App_x86.zip?format=raw to simple Ruby based text parsers and converters to allow for importing .raw programs.

From EOU #4

acser123 avatar Apr 15 '22 01:04 acser123

I have done several actions on this one. Can you check and post here a raw formatted program and see if it reads correctly?

isene avatar Apr 15 '22 11:04 isene

I believe this to now be solved.

isene avatar Apr 19 '22 12:04 isene

See http://www.hp41.org/raw/ for raw programs. How do I load these?

acser123 avatar Apr 20 '22 02:04 acser123

$ ls xrpn $ xrpn -l ~/Downloads/csum.raw Traceback (most recent call last): 4: from /home/acser/bin/xrpn:21:in <main>' 3: from /home/acser/bin/xrpn:21:in each_with_index' 2: from /home/acser/bin/xrpn:21:in each' 1: from /home/acser/bin/xrpn:22:in block in

' /home/acser/bin/xrpn:22:in `split': invalid byte sequence in UTF-8 (ArgumentError)

acser123 avatar Apr 20 '22 02:04 acser123

Ah, I was looking at the wrong format... That RAW format is another beast entirely.

isene avatar Apr 20 '22 10:04 isene