summaryrefslogtreecommitdiffstats
path: root/system/cbmbasic/README
diff options
context:
space:
mode:
author B. Watson2014-01-21 06:33:18 +0100
committer Erik Hanson2014-01-30 06:21:09 +0100
commit7fa78d7043eb4d0882eec01b3810fce762905779 (patch)
tree3113f83b869d1d4c64ffb02acf2308e5485c6679 /system/cbmbasic/README
parent3bc630632a20eb70846429bf6f38a3235c88c16b (diff)
downloadslackbuilds-7fa78d7043eb4d0882eec01b3810fce762905779.tar.gz
system/cbmbasic: Added (Commodore BASIC V2 as a scripting language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cbmbasic/README')
-rw-r--r--system/cbmbasic/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/cbmbasic/README b/system/cbmbasic/README
new file mode 100644
index 0000000000..3e02c53d39
--- /dev/null
+++ b/system/cbmbasic/README
@@ -0,0 +1,8 @@
+cmbbasic (Commodore BASIC V2 as a scripting language)
+
+Commodore BASIC (cbmbasic) is a 100% compatible version of Commodore's
+version of Microsoft 6502 BASIC as found on the Commodore 64. You can use
+it in interactive mode or pass a BASIC file as a command line parameter.
+
+This does not emulate 6502 code; all code is completely native. On a
+1GHz CPU you get about 1000x speed compared to a 1MHz 6502.