Updated BRZs in calculator to use new branch types.
[ned1] / software / 4func_calculator / README.md
CommitLineData
bc5b63cf
AT
1Overview
2========
3
4This is an integer-only, stack-based, four function calculator written in NED
5assembly.
6
7Compatibility
8=============
9
b534dfa2 10The calculator is compatible with `nedasm` v3 and `nedsim` v4.
bc5b63cf
AT
11
12Instructions
13============
14
15 Command Effect
16 ==============================================
17 0-9 Append digit to current stack entry
18
19 . Next stack entry
20 , Previous stack entry
21
22 ; Negate stack entry
23 ' Zero stack entry
24
25 + Addition
26 - Subtraction
27 * Multiplication
28 / Division (with remainder)