Post Reply 
HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
09-12-2016, 07:33 PM
Post: #22
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
(09-12-2016 07:18 PM)Dieter Wrote:  
(09-12-2016 06:49 PM)leoduran Wrote:  Please delete copies of hp41uc.exe you may have, and let's try this attachment in a new/clean 'test' directory:

I tried it in a new directory. I've also run hp41uc without parameters to make sure it's version 2.42. But the result is still the same. No RDTAX after decompiling.

Code:
F:\test>hp41uc
User-Code File Converter/Compiler/De-compiler/Barcode Generator - Version 2.42
Copyright (c) Leo Duran, 2000-2016. All rights reserved. leo.duran@yahoo.com.

Supported File Formats:
  LIF [ /l ]: transfer file for Trans41
  P41 [ /p ]: archive file for HP-41 programs on ftp sites
  RAW [ /r ]: input/output file for LIFUTIL
  DAT [ /d ]: input/output file for EMU41 (using INP, OUTP)
  BIN [ /b ]: output file from 41UCC
  TXT [ /t ]: program listing (text)
  PCL [ /h ]: barcode printable file (Hewlett Packard PCL)
  PS  [ /s ]: barcode printable file (Postcript)
  WND [ /w ]: barcode hex-dump (Wand file)

File Converter:
  [ LIF, P41, RAW, DAT, BIN ] => [ BIN, DAT, RAW, P41, LIF ]
Compiler:
  [ TXT ] => [ LIF, P41, RAW, DAT, BIN ]
De-compiler:
  [ LIF, P41, RAW, DAT, BIN ] => [ TXT ]
Barcode Generator:
  [ RAW ] => [ PCL, PS, WND ]
Use a single option[ /b, /d, /h, /l, /p, /r, /s, /t, or /w ] for help.

F:\test>hp41uc /t=test /r /n /k
txt[ F:\test\test.txt ] => raw[ F:\test\test.raw ]
.END. found on line 9.
 size[ 0019 ]  ( 25 bytes )
25 bytes written.

F:\test>hp41uc /r=test /t /n
Overwrite F:\test\test.txt (Yes/[No])?y
raw[ F:\test\test.raw ] => txt[ F:\test\test.txt ]
102 bytes written.

F:\test>type test.txt
 01 LBL "PRDTA"
 02 1.004
 03 XROM 30,03
 04 RCL 03
 05 RCL 04
 06 *
 07 PRX
 08 RTN
 09 END

F:\test>

Dieter
OK, somehow the decompiler thinks it should not decode that XROM... Since I can't duplicate it, I'll need your help to debug this... I'll add some output to give us a clue as to what the decoder is doing in this case(I'll attach an .EXE a little later today - I'll bump the rev# to 2.43 to make sure we're testing with the right one), OK?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator - leoduran - 09-12-2016 07:33 PM



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