We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6501f45 commit ef05288Copy full SHA for ef05288
2 files changed
Changelog.txt
@@ -1,5 +1,7 @@
1
Version 7.6.10
2
+- Added bitfields for BASIC classes
3
- Fixed C signed bitfields
4
+- Fixed a crash in the pasm optimizer (thanks, Ada!)
5
6
Version 7.6.9
7
- Fixed Spin2 POW and EXP* LOG* operators
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 7
8
#define VERSION_MINOR 6
9
#define VERSION_REV 10
10
-#define BETA "-beta"
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments