PCalc for Java

Application Screenshot:
PCalc for Java
Application Details:
Version: 1.0
Upload Date: 1 Jul 11
Distribution Type: Freeware
Downloads: 334
Size: 51 Kb

Rating: 1.5/5 (Total Votes: 11)

PCalc for Java - Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger. Input of commands and thier operands is optimized for mobile phone. This calculator is using floating point arithmetic with quadra precision (64 bits for both mantissa and exponent) implemented by Nikolay Klimchuk.
· PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
· PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
· PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
· PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
· PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.




Similar Apps

CalcMate
CalcMate

29 Apr 11

cyberbog calc
cyberbog calc

24 Jan 13

Simple Interest
Simple Interest

25 Jun 12

Other Apps of Developer Konstantin Knizhnik

Monitor for Java
Monitor for Java

27 Jun 11

Timer for Java
Timer for Java

27 Jun 11

TripMate
TripMate

27 Jun 11

MobiBrowser
MobiBrowser

27 Jun 11

Comments to PCalc for Java

Comments not found
Add Comment
Turn on images!