Skip to content

Releases: isotherm/betawise

0.2

22 Sep 14:50
Compare
Choose a tag to compare
  • EhBASIC: Fix scrolling, improve speed, reduce RAM to 4kB.
  • Add HelloWorld sample application.
  • More syscalls found and documented.
  • Trim unneeded code and data (smaller applets).
  • Build updated to modern compilers and Python 3.
  • Architectural changes aimed at having a Betawise standard library.

0.1

23 Aug 04:24
Compare
Choose a tag to compare
0.1
  • BetaWise applets can now use an 8 row terminal font if it is installed.
  • Added many additional system calls for time, applets, and system info.
  • Added better input handling (support backspace across lines and visual bell).
  • Fixed minor formatting inconsistencies in EhBASIC.

0.06

18 Aug 23:30
Compare
Choose a tag to compare
0.06 Pre-release
Pre-release
  • Add terminal font and font generator.
  • Enhance debugger invoke functionality.
  • Fix minor errors in headers.

0.05

17 Aug 04:34
Compare
Choose a tag to compare
0.05 Pre-release
Pre-release
  • EhBASIC retains program after exiting applet.
  • Fix bug in DebugTools invoke dialog.

0.04

15 Aug 04:26
Compare
Choose a tag to compare
0.04 Pre-release
Pre-release

Rudimentary port of EhBASIC. Further refinement is expected.

  • Program is lost whenever applet is restarted.
  • Infinite loops may be interrupted with on/off.

0.03

10 Aug 15:15
Compare
Choose a tag to compare
0.03 Pre-release
Pre-release
  • Completely reworked debug utility.
  • Added many more syscalls.

0.02

06 Aug 18:24
Compare
Choose a tag to compare
0.02 Pre-release
Pre-release
  • Fix crash when using the C command to invoke syscalls.