Posts: 1,278
Threads: 44
Joined: Jul 2007
Debug4x is quite tricky to use at first, but it is well worth it WHEN YOU GET LARGER MORE COMPLICATED PROGRAMS.
Programming on the calculator is best when you are just learning. Only when programs start getting really complex should you switch. This allows you to test and execute things directly. You will probably crash your calculator a lot, but you'll learn sysRPL much quicker this way.
In debug4x you'll need to specify a lot of information that isn't needed when you compile on the calculator. This information is probably missing which is why your code isn't working. If you'd like, zip it up (your folder with you basic code) and send it to me. I will set the options you need and add everything in so it will work. In the meantime, I'd suggest learning on the calculator. It is very easy to do.
Install emacs, sdiag, extable2 (all found in the emacs zip folder) and Nosy. These programs are all found on hpcalc.org
Appendix A in the book referred to describes a little bit about all these tools if my memory serves.
TW