Shop OBEX P1 Docs P2 Docs Learn Events
Single Line PASM "Evaluator" app — Parallax Forums

Single Line PASM "Evaluator" app

T ChapT Chap Posts: 4,223
edited 2014-04-28 18:59 in Propeller 1
I had someone redo my first draft of this app and now it is beginning to be much cooler.

The app contains scripts that are created to emulate a single line of PASM. The purpose is more for reference, it is not a PASM simulator. The goal is to have a reference of instructions for the next time I am working on a PASM project. Since I have not memorized much of PASM, this is a quick reference that actually lets you put in values and see a result. The result is based on formulas that are input in simple basic terms (XOJO which is formerly RealBasic). Part of my thinking is that if I learn the instruction and create a Basic rendition of it, I may retain more of PASM.

You can have an incoming Parameter to start with. You can include any flags and see any resulting flag result.

To create a new instruction, simply click NEW. To edit an existing instruction, double click on the menu item or click the item and click edit.

You can generate error messages based on your formula in the script.

For anyone with XOJO, I will be glad to upload the file. The output is pc, osx, or linux. This is a standalone app, if anyone wants to mess around with it I will need to find a way to host it. I have drop box so I can probably share a folder. I am not sure anyone that is experienced with PASM will care about it, but I am curious if it has a value as a reference or learning tool.
875 x 567 - 61K
619 x 643 - 81K
Sign In or Register to comment.