So., 22 Juni 2025 08:53:02 +0200

Artikel Updates - TOP 25

C64 BASIC V2.0: Befehle, Schlüsselwörter und Token

0
Beim Commodore 64 (auch VC-20) werden bei der internen Verarbeitung der BASIC-Befehle (Schlüsselwörter) eines BASIC-Programms für eine schnellere Verarbeitung und Speicherplatzersparnis sogenannte Token (Schlüsselzeichen)...

Elektronik: Bauelemente: Datenblätter

0
Hier findet man ausgewählte Datenblätter / Datasheets von elektronischen Bauelementen. Hinweis Alle Logos, Produkt- und Firmennamen sind Marken der jeweiligen Eigentümer bzw. Hersteller und werden auf...

C64: BASIC V2: Docs & Books

0
Info Hier findet man verschiedene Publikationen wie Dokumente, Bücher, Anleitungen etc. Downloads

C64: Module: Multifunktion

0
Info ... Action Replay ... Downloads ... Chameleon 64 ... Downloads ... EasyFlash3 ... Downloads ... Final Cartridge ... Downloads ... Final Cartridge 2 ... Downloads ... Final Cartridge 3 ... Downloads ... ISEPIC ... Downloads ... Kung Fu Flash ... Downloads ... Magic Formel ... Downloads ... Retro Replay ... Downloads ... Sidekick64 ... Downloads ... Super Snapshot ... Downloads ... Ultimate-II+ ... Downloads ...

C64: Module: Games – EasyFlash

0
Info Hier finden Sie Spiele für das EasyFlash-Format. Downloads

The MagPi Magazine: Die “MagPi Magazin” Sammlung

0
Seit Mai 2012 wird das offizielle Raspberry Pi Magazin - The MagPi - von einer Gruppe Gleichgesinnten aus dem RasPi Forum erstellt. Ihr Ziel...

The MagPi Book: Die “MagPi Book” Sammlung

0
Seit Mai 2015 wird das offizielle Raspberry Pi Magazin - The MagPi Book - von einer Gruppe Gleichgesinnten aus dem RasPi Forum erstellt. Ihr...

Maker: HackSpace Magazine

0
Das HackSpace Magazin ist das Monatsmagazin für alle, die gerne Dinge basteln und lernen möchten. Schnapp dir Klebeband, starte einen Mikrocontroller, mach einen 3D-Drucker...

C64: Software: Collections

0
Info ... Downloads

C64 BASIC V2.0: Funktion: ABS

0
ABS Token: 182 / $B6 | Abkürzung: abS | ROM Exec: 48216 / $BC58 Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: ABS (<expression>) Aktion, Hinweise, Tipps, Tricks: Gibt den...

C64 BASIC V2.0: Befehl Byword: FN

0
FN Token: 165 / $A5 | Abkürzung: - | ROM Exec: 46068 / $B3F4 Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: FN <name> (<number>) Aktion, Hinweise, Tipps, Tricks: Dadurch...

C64 BASIC V2.0: Befehl: DEF

0
DEF Token: 150 / $96 | Abkürzung: dE | ROM Exec: 46003 / $B3B3 Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: DEF FN <name> (<variable>) = <expression> Aktion,...

C64 BASIC V2.0: Befehl: OPEN

0
OPEN Token: 159 / $9F | Abkürzung: oP | ROM Exec: 57790 / $E1BE Typ: Anweisung | Funktion: Input/Output Syntax: OPEN <file-num>,"] Aktion, Hinweise, Tipps, Tricks: Diese Anweisung öffnet...

C64 BASIC V2.0: Befehl: IF

0
IF Token: 139 / $8B | Abkürzung: - | ROM Exec: 43304 / $A928 Typ: Anweisung | Funktion: Programmstruktur Syntax: IF <expression> THEN <line numer> Syntax: IF <expression>...

C64 BASIC V2.0: Befehl Byword: THEN

0
THEN Token: 167 / $A7 | Abkürzung: tH | ROM Exec: 43314 / $A932 Typ: Anweisung | Funktion: Programmstruktur Syntax: IF <expression> THEN <line number>; IF <expression>...

C64 BASIC V2.0: Operator: OR

0
OR Token: 176 / $B0 | Abkürzung: - | ROM Exec: 45030 / $AFE6 Typ: Funktion, numerisch | Funktion: Logik Syntax: <operand> OR <operand> Aktion, Hinweise, Tipps, Tricks: LOGISCHE...

C64 BASIC V2.0: Befehl Byword: NOT

0
NOT Token: 168 / $A8 | Abkürzung: nO | ROM Exec: 44756 / $AED4 Typ: Funktion, numerisch | Funktion: Logik Syntax: NOT <expression> Aktion, Hinweise, Tipps, Tricks: LOGISCHE OPERATOREN Die...

C64 BASIC V2.0: Operator: AND

0
AND Token: 175 / $AF | Abkürzung: aN | ROM Exec: 45033 / $AFE9 Typ: Funktion, numerisch | Funktion: Logik Syntax: <operand> AND <operand> Aktion, Hinweise, Tipps, Tricks: LOGISCHE...

C64 BASIC V2.0: Operator: =

0
= Gleich Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: = Aktion, Hinweise, Tipps, Tricks: RELATIONALE OPERATOREN Die relationalen Operatoren (<, =, >, <=, >=, <>) werden hauptsächlich zum Vergleichen der...

C64 BASIC V2.0: Operator: >

0
> Größer als Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: > Aktion, Hinweise, Tipps, Tricks: RELATIONALE OPERATOREN Die relationalen Operatoren (<, =, >, <=, >=, <>) werden hauptsächlich zum Vergleichen...

C64 BASIC V2.0: Operator: <

0
< Kleiner als Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: < Aktion, Hinweise, Tipps, Tricks: RELATIONALE OPERATOREN Die relationalen Operatoren (<, =, >, <=, >=, <>) werden hauptsächlich zum Vergleichen...

C64 BASIC V2.0: Operator: ^

0
^ Exponentiation Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: <operand> ^ <operand> Aktion, Hinweise, Tipps, Tricks: EXPONENTIERUNG Der Aufwärtspfeil (^) gibt an, dass der Operand links mit der Potenz...

C64 BASIC V2.0: Operator: /

0
/ Division Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: <operand> / <operand> Aktion, Hinweise, Tipps, Tricks: DIVISION (/): Der Schrägstrich (/) gibt an, dass der Operand links durch den...

C64 BASIC V2.0: Operator: *

0
* Multiplikation Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: <operand> * <operand> Aktion, Hinweise, Tipps, Tricks: MULTIPLIKATION (*): Ein Sternchen (*) gibt an, dass der Operand auf der linken...

C64 BASIC V2.0: Operator: –

0
- Subtraktion Typ: Funktion, numerisch | Funktion: Arithmetik Syntax: <operand> - <operand> Aktion, Hinweise, Tipps, Tricks: SUBTRAKTION (-): Das Minuszeichen (-) gibt an, dass der rechte Operand vom linken...
image_pdfimage_print