Version 0.28 of Pascal65 represents a major milestone. Pascal65 is finally at a mature enough stage to develop programs of a reasonable size. The compiler is able to compile the Five Dice example, a clone of Yahtzee.

This beta release fixes a few minor bugs:

  • A bug with negative array indices...

This beta version fixes a few bugs and adds a few new features.

  • Fix: Assignment of integers to real numbers
  • Fix: Arrays of real numbers
  • Fix: A bug in the editor when updating characters while editing
  • New: Variables can be initialized with a value at the time of declaration (all types excep...

Pascal65 0.26 beta Release

First, a bug causing random crashes during compilation was fixed.

Also, new feature was added - a disk directory browser. This screen is used when the user opens a file in the editor and is also available from the file screen. Files can be opened, renamed, or scratched...

Pascal65 0.25 beta has been released.

This is a minor update with a few bug fixes and a new features.

New features include:

  • Bitwise operators AND, OR, INVERT, and SHIFTs.
  • A demonstration library has been included in the repository that demonstrates how to write a library that can be used b...

I am very excited to announce the first public beta release of Pascal65, a project two years in the making. Pascal65 is an IDE and Pascal compiler that run directly on the MEGA 65.

Some notable highlights include:

  • The compiler creates PRG files that can be distributed and run independently of...