HP Forums
HP-42S / Free42 Extension for Visual Studio Code - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: HP-42S / Free42 Extension for Visual Studio Code (/thread-11743.html)

Pages: 1 2


RE: HP-42S / Free42 Extension for Visual Studio Code - Heilingbrunner - 11-22-2018 02:58 PM

When you do not need any line numbers, you can configure it in the File/Prfefrences/Settings->Extensions HP42S/free42 Configuration

[attachment=6614]


RE: HP-42S / Free42 Extension for Visual Studio Code - Heilingbrunner - 12-19-2018 04:48 PM

Now a decoder is included !
More details see Visual Studio Code Marketplace - HP42S-free42.


RE: HP-42S / Free42 Extension for Visual Studio Code - tcab - 12-19-2018 09:50 PM

Nice - thank you!


RE: HP-42S / Free42 Extension for Visual Studio Code - Peet - 05-25-2021 08:04 AM

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


RE: HP-42S / Free42 Extension for Visual Studio Code - Thomas Okken - 05-25-2021 05:49 PM

(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.


RE: HP-42S / Free42 Extension for Visual Studio Code - Heilingbrunner - 05-15-2022 11:16 AM

Hi Forum,
sorry for the bug-fix delay. I fixed the bug reported from Peet in version 1.0.7.
Regards. Jochen


RE: HP-42S / Free42 Extension for Visual Studio Code - pinkman - 11-15-2022 07:29 AM

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