Category:Commodore BASIC
This programming language may be used to instruct a computer to perform a task.
Execution method: | Interpreted |
---|---|
Garbage collected: | Yes |
Lang tag(s): | basic,commodorebasic |
See Also: |
|
Commodore BASIC is the collective name for the various versions of BASIC developed by Microsoft for Commodore 8-bit computers, starting with the PET in 1977. There were several versions; see Wikipedia's Commodore BASIC page for details.
Commodore BASIC is notable for its lack of integer arithmetic; all operations were carried out in floating-point, which made the interpreter slower than some of its peers.
Programs were tokenized into bytecode, although many characters were left intact to facilitate printing the source code back out in original form; it's one of the few BASICs of the time that preserved whitespace (though not leading whitespace). Unlike some contemporary BASICs, it supported arrays of strings, and arrays could have thousands of elements as long as there was sufficient memory for them (but strings were limited to 255 bytes).
The most well-known version is 2.0, which came with the VIC-20 and Commodore 64. Despite the impressive sound and graphics capabilities of the machines, the language had no unique commands for them. Instead, programmers had to directly manipulate or read the hardware registers with POKE and PEEK commands to take advantage of those features. Later BASIC versions added support, but the later machines that came with those versions never came close to the popularity of the 64.
In addition to the sound and graphic statements, the later versions also introduced structured programming constructs: DO...LOOP
, which supported both pre- and post-evaluated conditions (DO WHILE/UNTIL ... LOOP
and DO ... LOOP WHILE/UNTIL
) as well as unconditional loop exit (EXIT
) and BEGIN...BEND
code blocks, which allowed multi-line conditional clauses. However, other limitations remained: variables were still all global and limited to 2-letter names, user-defined functions were restricted to a single expression with a single argument, etc.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Commodore BASIC Implementations (empty)
- Commodore BASIC User (7 P)
Pages in category "Commodore BASIC"
The following 160 pages are in this category, out of 160 total.
A
B
C
- Caesar cipher
- Calculating the value of e
- Canonicalize CIDR
- Character codes
- Check that file exists
- Chinese zodiac
- Color of a screen pixel
- Colour bars/Display
- Comma quibbling
- Compare length of two strings
- Convert seconds to compound duration
- Copy a string
- Copy stdin to stdout
- Count in octal
- Count the coins
- Create a file
- Create a two-dimensional array at runtime
- Create an object at a given address
D
F
G
H
L
M
P
Q
R
S
- Search a list of records
- Shape-Machine
- Show ASCII table
- Sierpinski carpet
- Sieve of Eratosthenes
- Simulate input/Keyboard
- Solve hanging lantern problem
- Sorting algorithms/Bubble sort
- Sorting algorithms/Insertion sort
- Square but not cube
- String append
- String case
- String length
- Subleq
- Substring
- System time