HP Forums

Full Version: Sharp PC-1500 Memory Map and LIB file auto-generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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.
Oh, that is great!
Reference URL's