initial push (version 2.1)
This commit is contained in:
commit
c0f84e5099
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,44 @@
|
||||||
|
Syntax Error !
|
||||||
|
Wrong Linenumber !
|
||||||
|
Wrong Parameter !
|
||||||
|
Break in Line
|
||||||
|
DATA Error !
|
||||||
|
File-Read-Error !
|
||||||
|
No Programm in Memory !
|
||||||
|
File exist! Overwrite? y/n
|
||||||
|
Bye !!!
|
||||||
|
in Line:
|
||||||
|
SD-Card
|
||||||
|
Recursion Error !
|
||||||
|
Invalid Comparsion !
|
||||||
|
Missing THEN !
|
||||||
|
Invalid RETURN !
|
||||||
|
Parameter out of Range !
|
||||||
|
Missing Quote !
|
||||||
|
Dimension Error !
|
||||||
|
Invalid Variable !
|
||||||
|
Missing Comma !
|
||||||
|
Out of DATA Error !
|
||||||
|
File-Open-Error !
|
||||||
|
File-Delete-Error !
|
||||||
|
File can't Rename !
|
||||||
|
Function Error !
|
||||||
|
Wrong Filename !
|
||||||
|
Missing Parameter FOR !
|
||||||
|
Missing TO !
|
||||||
|
To many Parameters !
|
||||||
|
File-Write-Error !
|
||||||
|
End of Line in String !
|
||||||
|
Invalid Hex-Character !
|
||||||
|
Invalid Binary-Character !
|
||||||
|
Invalid literal Value !
|
||||||
|
Division by Zero Error !
|
||||||
|
Missing Point !
|
||||||
|
<Key? / ESC >
|
||||||
|
File-Read-Error !
|
||||||
|
Missing Equal Sign !
|
||||||
|
* Vers.2.10-02/2014 *
|
||||||
|
F1HELP F2LOAD F3SAVE F4DIR F5RUN F6LIST
|
||||||
|
-Basic-Bytes-Free *
|
||||||
|
Datei(en)
|
||||||
|
43
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,13 @@
|
||||||
|
ADSR-SID-Soundfunktionen
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
ADSR <chan>,<attack>,
|
||||||
|
<decay>,<sustain>,
|
||||||
|
<release>
|
||||||
|
|
||||||
|
Huellkurve fuer Kanal
|
||||||
|
<chan> einstellen
|
||||||
|
attack-Anstiegszeit,
|
||||||
|
decay-Abfallzeit bis
|
||||||
|
sustainlevel,
|
||||||
|
release-Ausklingzeit
|
|
@ -0,0 +1,12 @@
|
||||||
|
Logical Operators
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
Operator
|
||||||
|
Description
|
||||||
|
AND
|
||||||
|
True wenn beide [x] und [y] True sind.
|
||||||
|
NOT
|
||||||
|
True wenn [x] nicht True ist.
|
||||||
|
OR
|
||||||
|
True wenn [x] oder [y] True ist.
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
ASC - STRINGFUNKTION
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
ASC (string)
|
||||||
|
|
||||||
|
Gibt dem ASCII-Wert des
|
||||||
|
ersten Stringzeichens
|
||||||
|
zurueck.
|
||||||
|
Bsp.: Print ASC("B")
|
||||||
|
ergibt 66
|
|
@ -0,0 +1,12 @@
|
||||||
|
BACKUP-Fensterfunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BACKUP x,y,xx,yy,RAM
|
||||||
|
|
||||||
|
sichert einen Bildschirm
|
||||||
|
bereich in den RAM
|
||||||
|
|
||||||
|
RAM-Adresse im E-RAM
|
||||||
|
|
||||||
|
Bsp.:
|
||||||
|
BACKUP 5,6,39,28,$30000
|
|
@ -0,0 +1,11 @@
|
||||||
|
BEEP-SID-Soundfunktionen
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BEEP {<expr>}
|
||||||
|
|
||||||
|
Beep ohne Parameter ist
|
||||||
|
ein Systemsignal.
|
||||||
|
Beep mit parameter
|
||||||
|
laesst sich als kleines
|
||||||
|
Musik-Modul nutzen.
|
||||||
|
(0-255)
|
|
@ -0,0 +1,10 @@
|
||||||
|
BIN - Ausgabebefehle
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BIN (WERT)
|
||||||
|
|
||||||
|
Gibt den Integerwert
|
||||||
|
WERT in binaerer Form
|
||||||
|
aus
|
||||||
|
Bsp.:Print BIN(122)
|
||||||
|
ergibt 01111010
|
|
@ -0,0 +1,6 @@
|
||||||
|
BLOAD - Systembefehle
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BLOAD "Filename"
|
||||||
|
|
||||||
|
startet eine Bin-Datei von SD-Card
|
|
@ -0,0 +1,12 @@
|
||||||
|
BOX - GRAFIKFUNKTION
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BOX Farbe,x,y,xx,yy,mode
|
||||||
|
|
||||||
|
Zeichnet eine farbige
|
||||||
|
Box von x,y bis xx,yy
|
||||||
|
mit der angegebenen
|
||||||
|
Farbe.
|
||||||
|
mode:
|
||||||
|
1=mit Schatten
|
||||||
|
0=ohne Schatten
|
|
@ -0,0 +1,30 @@
|
||||||
|
BUTTON - Fensterfunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
BUTTON <opt>,<expr..expr>
|
||||||
|
|
||||||
|
erstellt einen Text oder
|
||||||
|
Icon-Button
|
||||||
|
opt-t=Text, i=Iconbutton
|
||||||
|
|
||||||
|
Textbutton
|
||||||
|
(nr,vor,hint,x,y,“Text“)
|
||||||
|
nr-Button-Nr
|
||||||
|
vor-Vordergrundfarbe
|
||||||
|
hint-Hintergrundfarbe
|
||||||
|
x,y-Position
|
||||||
|
Text-Buttontext
|
||||||
|
|
||||||
|
Iconbutton
|
||||||
|
(tnr,f1,f2,f3,x,y)
|
||||||
|
tnr-Tilenr,das den Button
|
||||||
|
darstellt
|
||||||
|
f1..f3-Farben des Tiles
|
||||||
|
x,y-Position
|
||||||
|
|
||||||
|
Bsp.:
|
||||||
|
BUTTON t(11,0,33,1,2,“KNOPF“)
|
||||||
|
BUTTON i(2,16,$e6,0,250,23,10)
|
||||||
|
|
||||||
|
HINWEIS:
|
||||||
|
32 Buttons sind erlaubt!
|
|
@ -0,0 +1,9 @@
|
||||||
|
BYE - Systembefehle
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
Bye
|
||||||
|
|
||||||
|
Beendet TRIOS-Basic,
|
||||||
|
alternativ kann auch
|
||||||
|
die Taste F12
|
||||||
|
gedrueckt werden.
|
|
@ -0,0 +1,10 @@
|
||||||
|
CHDIR - Dateifunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CHDIR"Name"
|
||||||
|
|
||||||
|
Wechselt in das
|
||||||
|
Verzeichnis Name
|
||||||
|
CHDIR".." wechselt
|
||||||
|
wieder ins
|
||||||
|
Root-Verzeichnis
|
|
@ -0,0 +1,10 @@
|
||||||
|
CHR$ - STRINGFUNKTION
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CHR$ (expr)
|
||||||
|
|
||||||
|
Gibt dem Dezimalwert
|
||||||
|
zugeordneten Zeichencode
|
||||||
|
aus.
|
||||||
|
Bsp.: Print chr$(65)
|
||||||
|
gibt ein A aus
|
|
@ -0,0 +1,9 @@
|
||||||
|
CIRC - GRAFIKFUNKTION
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CIRC <color>,<x>,<y>,<r>
|
||||||
|
|
||||||
|
Zeichnet einen Kreis mit
|
||||||
|
dem Mittelpunkt x,y und
|
||||||
|
dem Radius r in der
|
||||||
|
Farbe color.
|
|
@ -0,0 +1,7 @@
|
||||||
|
CLEAR-Speicherfunktionen
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CLEAR
|
||||||
|
|
||||||
|
Loescht alle Variablen
|
||||||
|
im Speicher
|
|
@ -0,0 +1,8 @@
|
||||||
|
CLOSE-Dateifunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CLOSE
|
||||||
|
|
||||||
|
Schliesst die aktuell
|
||||||
|
geoeffnete Datei
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
CLS-Bildschirmfunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
CLS
|
||||||
|
|
||||||
|
Bildschirm loeschen
|
|
@ -0,0 +1,9 @@
|
||||||
|
COL - BILDSCHIRMFUNKTION
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
col<Vor>,<Hinter>,<Cursor>
|
||||||
|
|
||||||
|
setzt die Vordergrund,
|
||||||
|
Hintergrund,Cursorfarbe
|
||||||
|
|
||||||
|
Werte (0-255)
|
|
@ -0,0 +1,18 @@
|
||||||
|
COM-ser. Schnittstelle
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
COM S(on,baud)
|
||||||
|
|
||||||
|
serielle Schnittstelle
|
||||||
|
oeffnen (1,57600) oder
|
||||||
|
schliessen (0).
|
||||||
|
|
||||||
|
<expr>=COM R
|
||||||
|
Byte von der seriellen
|
||||||
|
Schnittstelle lesen,
|
||||||
|
wartet auf Zeichen
|
||||||
|
|
||||||
|
<expr>=COM G
|
||||||
|
Byte von der seriellen
|
||||||
|
Schnittstelle lesen
|
||||||
|
ohne zu warten
|
|
@ -0,0 +1,10 @@
|
||||||
|
COMP$ - Stringfunktion
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
COMP$(Str1,Str2)
|
||||||
|
|
||||||
|
vergleicht STR1 mit STR2.
|
||||||
|
Sind beide Strings gleich
|
||||||
|
wird -1 und sind beide
|
||||||
|
Strings ungleich,0
|
||||||
|
zurueckgegeben.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue