2011-08-07, 10:43:39
(This post was last modified: 2011-08-07, 10:50:57 by Mikael Gustavsson.)
Ok, unfortunately many BASIC compilers don't follow that "standard" with the goto at 0x00.
I will support this in the next version. In the meantime you will need to replace
with
AND
add the equivalent of this code the first thing in your main:
I will support this in the next version. In the meantime you will need to replace
Code:
:06000000136AC6EF00F0D8
Code:
:04000000C6EF00F057
AND
add the equivalent of this code the first thing in your main:
Code:
unsigned char *a = 13;
*a = 0;