phat code According to my calculations, this problem doesn't exist.
Main

Projects

Downloads

Articles

Links

Forum

 

View Message

Back to Messages
basicgames Sat Nov 12 2022 at 2:20 am
Pebble language and compiler
 
 
Pebble is a programming language, compiler, and IDE for x86 DOS.

The compiler is written is QBasic and produces Flat Assembler code. Fasm is included along with a wysiwyg IDE written in QBasic. The IDE produces and executes compilation batch files. The compiler may be ran without the IDE.

When a program is compiled, the result is a .com file. The .com files start at less than 200 bytes. Inline asm is supported to allow support for unimplemented features.

The IDE allows you to compile and run by pressing F4. Files must be loaded or saved to compile and run from the IDE. Several example programs are included with the .peb extension. The included examples come with compilation batch files, so the IDE is not required.

Nested if/endif statements are supported. Echoing text doesn't require defining the text. The language currently only supports integer variables. For now, only simple expressions of one operator and two operands are accepted.

More info and download: http://www.basicgames.xyz/index.php?page=article&id=17

Ps. Thanks for the Flat Forum. I am using it for my support forum.
 
 
 
 

Reply to this Message

Name
Subject
Message

No HTML is allowed, except for <code> <b> <i> <u> in the message only.
All URLs and email addresses will automatically be converted to hyperlinks.