Post Reply 
HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
09-13-2016, 07:58 PM (This post was last modified: 09-13-2016 08:26 PM by leoduran.)
Post: #30
RE: HP41UC: User-Code File Converter / Compiler / De-compiler / Barcode Generator
1) Very cool, I'm glad to hear it's working now!
But... Just to confirm, please try again with the released version I just pushed:
https://sourceforge.net/p/hp41uc/code/ci...32App_x86/
(It won't have the debug output, like "flag=1" and so on).

2) As for the 7DSP2 issue: The behavior is as intended.
The compiler expects line numbers either in or out for each and every line... you can't mix modes (ponder on that a bit, and I think you will agree).

BTW, as you well mentioned, the workaround is to insert a dummy line number (the compiler does not care about the numbers being in sequence)... So this would work:
01 LBL "PRDTA"
02 1.004
03 RDTAX
10 7DSP2
04 RCL 03
05 RCL 04
06 *
07 PRX
08 RTN
09 END

Thanks,
Leo
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-13-2016 07:58 PM



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