PJE
12-18-04, 04:11 PM
Hi,
I've just ported a program to StatiC (sequential mode) and I can get it to compile, but when I send the resulting file through the assembler I get:
ABORT: Demo version code size restriction
What do I need to do to get the file to assemble. (I tried the Small-C assembler, but that crashed out...)
Do I need to buy the full version?
I'm writing for an IsoPod v2.
Regards,
PJE
Also is there a way to pre/post increment a pointer?
^Ptr++ = val
rather than
^Ptr = val
Ptr = Ptr + 1
I've just ported a program to StatiC (sequential mode) and I can get it to compile, but when I send the resulting file through the assembler I get:
ABORT: Demo version code size restriction
What do I need to do to get the file to assemble. (I tried the Small-C assembler, but that crashed out...)
Do I need to buy the full version?
I'm writing for an IsoPod v2.
Regards,
PJE
Also is there a way to pre/post increment a pointer?
^Ptr++ = val
rather than
^Ptr = val
Ptr = Ptr + 1