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 9d06375 commit af97be5Copy full SHA for af97be5
Changelog.txt
@@ -4,6 +4,7 @@ Version 7.0.0
4
- Added some of the v44 Spin2 builtin methods like byteswap
5
- Cleaned up the Spin parser to enable direct access to struct/obj members
6
- Fixed long relative branches (tjz, djnz, etc.)
7
+- Fixed incorrect handling of simple for loops with unsigned variables
8
- Only use the stack for variables whose address is actually taken (thanks to Ada for this!)
9
10
Version 6.9.10
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 0
#define VERSION_REV 0
-#define BETA "-alpha"
+#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments