18 Jun 23





Enjoy music through headphones on a low budget

by martz 2 years ago saved 2 times

is is a guide for people who want to self-study the basics of Computer Science, plus a some extras hot stuff.

by martz 2 years ago
Tags:




ASIC is a compiler and integrated development environment for a subset of the BASIC programming language.

ASIC has little or no support for logical operators, control structures,[4] and floating-point arithmetic. These shortcomings resulted in the tongue-in-cheek motto, “ASIC: It’s almost BASIC!”

by martz 2 years ago


teised basic-u keeled, lingid.

by martz 2 years ago

FTCBASIC means fast tiny compiled BASIC. It is a BASIC compiler for x86 DOS. The compiler is written in QuickBasic and generates FASM output. Using batch files, you may compile your source to com files instantly. Generated com files are tiny and fast. They start at less than 50 bytes.

by martz 2 years ago

Craft Basic is a BASIC interpreter for Windows 95 and up. Learn programming, make simple games, write code interactively, perform complex calculations, display cool graphics, build windows with forms, write useful scripts, and more…

There’s simple commands to draw bitmaps and play wav files, form handling of static text and buttons, and plenty of example programs are included to help you get started.

by martz 2 years ago

sprites editor.

Although the BASIC programming language provides a way of displaying bitmapped images via the PUT(graphics) statement, the only way to actually design such images was by first using simple graphics commands (LINE, PAINT, CIRCLE etc.), and then using the GET(graphics) statement. PIXELplus 256 was produced to solve this problem, allowing the easy (and fun) creation of 256 colour bitmapped graphics, specifically designed for use with the PUT(graphics) statement.

PIXELplus 256 is a boon for any BASIC programmer who wants to add colourful, bitmapped graphics to their own programs.

by martz 2 years ago