Category:Pebble: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language|Pebble}} [http://basicgames.xyz/index.php?page=article&id=17 Pebble homepage] Pebble is a programming language, compiler, and IDE for x86 DOS.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
[http://basicgames.xyz/index.php?page=article&id=17 Pebble homepage]
[http://basicgames.xyz/index.php?page=article&id=17 Pebble homepage]


Pebble is a programming language, compiler, and IDE for x86 DOS.
Pebble is a programming language, compiler, and IDE for x86 DOS. It uses Flat Assembler and compiles com files starting at under 100 bytes.

The three supported data types are unsigned integers, single dimensional unsigned integer arrays, and strings which are single dimensional character arrays.

Operator precedence is *, /, +, -, <, >, <=, >=, =, <>, &, and |.

Latest revision as of 02:10, 17 December 2022

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Pebble
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Pebble.

Pebble homepage

Pebble is a programming language, compiler, and IDE for x86 DOS. It uses Flat Assembler and compiles com files starting at under 100 bytes.

The three supported data types are unsigned integers, single dimensional unsigned integer arrays, and strings which are single dimensional character arrays.

Operator precedence is *, /, +, -, <, >, <=, >=, =, <>, &, and |.

Pages in category "Pebble"

The following 7 pages are in this category, out of 7 total.