aboutsummaryrefslogtreecommitdiff
path: root/tsalis/README.md
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
commitac1312be2d4357e77244137ce0f349b1665ecb62 (patch)
tree2d6fdbb5dac761fbbe0165b1a93a8163ed308096 /tsalis/README.md
parent3f5fc698284c5fee0e46b1b3b15a8c74325ac1fe (diff)
Added exit without saving command.
Diffstat (limited to 'tsalis/README.md')
-rw-r--r--tsalis/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsalis/README.md b/tsalis/README.md
index 3f9b6ad..ce27647 100644
--- a/tsalis/README.md
+++ b/tsalis/README.md
@@ -51,6 +51,7 @@ control some aspects of the simulation. Parameters here are represented by
|Command |Param. 1 |Param. 2 |Action |
|:-----------|:-----------|:-----------|---------------------------------------------------------------------:|
|q |--- |--- |Save and quit simulation. |
+|x |--- |--- |Quit simulation without saving. |
|i*XX*\_*XX* |address |instructions|Writes given instructions into address. |
|c*XX*\_*XX* |address |file name |Compiles given file into address. |
|n*XX*\_*XX* |address |size |Initializes organism of given size into address. |