HP Forums
Sharp PC-1500 Memory Map and LIB file auto-generator - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: Sharp PC-1500 Memory Map and LIB file auto-generator (/thread-19447.html)



Sharp PC-1500 Memory Map and LIB file auto-generator - Jeff_Birt - 01-18-2023 04:27 PM

I started by creating a unified memory map for the Sharp PC-1500, combining several sources. Then thought it would be nice to have LIB files autogenerated from this. Why not do it in Excel for added fun?

Of course, since it uses VBA to do all the magic it won't work with Libre Office but I'm sure someone can convert the VBA to Python or whatever Libre uses.

https://github.com/Jeff-Birt/Sharp_PC-1500_Lib_Builder


RE: Sharp PC-1500 Memory Map and LIB file auto-generator - toml_12953 - 01-18-2023 08:10 PM

(01-18-2023 04:27 PM)Jeff_Birt Wrote:  I started by creating a unified memory map for the Sharp PC-1500, combining several sources. Then thought it would be nice to have LIB files autogenerated from this. Why not do it in Excel for added fun?

Of course, since it uses VBA to do all the magic it won't work with Libre Office but I'm sure someone can convert the VBA to Python or whatever Libre uses.

https://github.com/Jeff-Birt/Sharp_PC-1500_Lib_Builder

LibreOffice uses LibreOffice Basic. Only minor changes (if any) would be required to run your script.


RE: Sharp PC-1500 Memory Map and LIB file auto-generator - Jeff_Birt - 01-18-2023 08:27 PM

Oh, that is great!