Commit graph

10 commits

Author SHA1 Message Date
Christophe de Dinechin
5be4a44ead documentation: Use the yellow / blue keys for labels for commands
Also remove spaces in `_ A _ ` because that does not show up correctly in a real
markdown renderer, e.g. on GitHub.

Fixes: #467

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-10-25 13:54:09 +02:00
Christophe de Dinechin
47ef63e388 Change file mode for documentation to not have the "execute" flag set
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-10-08 18:13:57 +02:00
Christophe de Dinechin
aaf5072cc8 Add link to HP Museum and to Paul Graham's explanations on Lisp
Add a link to the [HP Museum of calculators](https://www.hpmuseum.org)
to explain why HP's legacy in that respect is so important.

Add a link to [Paul Graham's site](http://www.paulgraham.com/avg.html)
to explain why having a Lisp-like programming language is useful.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-07-29 09:32:52 +02:00
Christophe de Dinechin
a75042eada menus: Implement the LastMenu feature
The `LastMenu` feature makes it possible to go back one menu

Fixes: #165

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-07-22 01:22:14 +02:00
Christophe de Dinechin
10e55fd94d Add documentation for VariableMenu
Document VariableMenu, VariableMenuExecute, VariableMenuRecall and
VariableMenuStore.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-20 19:25:01 +02:00
Christophe de Dinechin
3ca1c8d3ed Update the documentation
Improve the on-line help mostly to test some of the features of the help
rendering engine.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:32 +02:00
Christophe de Dinechin
6f98ad74b2 Add a bit of an overview to the documemtation
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:32 +02:00
Christophe de Dinechin
9b4e3add59 Sme easily accessible help file
Can test that with "NEG"

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:32 +02:00
Christophe de Dinechin
a2cc082db9 Add markdown-based on-line help
This is distantly derived from the help system I implemented for newRPL, but the
low-memory condition on the DM42 means we try to do everything without
allocating any memory.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:32 +02:00
Christophe de Dinechin
dc1a14198a Updated README and STATUS
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:31 +02:00