Version 0.30 of Pascal65 fixes a few minor bugs and adds support for sprites and pointers to functions and procedures.

  • A Sprites library allows programs to create and position sprites and set some of their attributes.
  • A SpriteMove library allows programs to move sprites along a straight line. The sprites move in the background while Pascal code continues to execute.
  • Programs can now declare pointers to functions and procedures.
  • A bug was fixed that prevented integer variables from being assigned their maximum numberic value.
  • A bug was fixed the prevented Dec and Inc from working correctly when a value crossed a byte-boundary.
  • A bug was fixed that prevented the up-arrow and at-sign to be typed in the editor.