HP Forums

Full Version: HP-42S / Free42 Extension for Visual Studio Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When you do not need any line numbers, you can configure it in the File/Prfefrences/Settings->Extensions HP42S/free42 Configuration

[attachment=6614]
Now a decoder is included !
More details see Visual Studio Code Marketplace - HP42S-free42.
Nice - thank you!
Tried this amazing tool yesterday for the first time and I'm excited, now my listings can look like

02 CLMENU
03 "HIT"
04 KEY 1 GTO A
05 "STAND"
06 KEY 2 GTO B
07 MENU

instead of

02 XROM 09,45
03 "HIT"
04 "\xE3\x01f" ;"..f"
05 "STND"
06 "\xE3\x02g" ;"..g"
07 XROM 09,30

with Notepad++ & hp41uc

Amusing note on a minor bug, the extension generates a code from a RAW which it can't encode again.

01 LBL "FAIL"
02 ASSIGN "BEEP" TO 1 @ should: ASSIGN "BEEP" TO 01
03 .5 @ should: 0.5
03 +
04 END
(05-25-2021 08:04 AM)Peet Wrote: [ -> ]Amusing note on a minor bug, the extension generates a code from a RAW which it can't encode again.

01 LBL "FAIL"
02 ASSIGN "BEEP" TO 1 @ should: ASSIGN "BEEP" TO 01
03 .5 @ should: 0.5
03 +
04 END

You may have to report that to Jochen directly; it looks like he hasn't visited this forum recently.
Hi Forum,
sorry for the bug-fix delay. I fixed the bug reported from Peet in version 1.0.7.
Regards. Jochen
I tried this extension yesterday, and it works so smoothly it is a real pleasure.
Thanks to Heilingsbrunner, and this thread is now up Wink
Pages: 1 2
Reference URL's