aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/zxbasic/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/development/zxbasic/README b/development/zxbasic/README
index b3a71b1538..dc1a475b58 100644
--- a/development/zxbasic/README
+++ b/development/zxbasic/README
@@ -11,4 +11,17 @@ possible with Sinclair BASIC, it also have many new features,
mostly taken from FreeBASIC dialect.
ZX Basic is also know as "Boriel Basic" in reference to its
-creator, Jose Rodriguez-Rosa Boriel.
+creator, Jose Rodriguez "Boriel".
+
+This Slackware package provides the following commands
+
+- zxbc
+- zxbpp
+- zxbasm
+
+usage example:
+zxbc -taB zxbc /usr/doc/zxbasic-1.18.1/examples/pong.bas
+
+generates the file pong.tap which is a ZXSpectrum tape.
+Now use the fuse-emulator (available at SlackBuilds.org) for
+example, to play the pong game.