HP Forums
Sharp PC-1500A Compiler - 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-1500A Compiler (/thread-22742.html)



Sharp PC-1500A Compiler - Josef - 11-21-2024 06:05 AM

Has anyone tried this program? Unfortunately, it doesn't work for me, and after running RUN, some initialization takes place without error, but the program exits and DEF commands don't work.

http://www.pc1500.com/abc-compiler.html


RE: Sharp PC-1500A Compiler - Jeff_Birt - 11-21-2024 03:34 PM

No, have not used that one. I use the TASM extension I wrote for VS Code:

https://github.com/Jeff-Birt/TASM_vsCode_Extension

Also helpful is the PC-1500 library builder:

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


RE: Sharp PC-1500A Compiler - Josef - Yesterday 05:49 AM

Thank you for the info. The program as such works, in fact all commands work, only the IF...GO command doesn't work, strange. But GO itself works.