#1
|
|||
|
|||
![]()
ArianeSoft is taking another step forward to provide its community with top-notch service. We now have a new online bug tracking system:
http://bugs.arianesoft.ca Please use this system to report bugs about any of our softwares. |
#2
|
|||
|
|||
![]()
I tried the link but it doesn't recognize me, using my forums name and password. So instead I'll give the report here.
A utility I made under version 1.53 doesn't run any more under 1.61. It doesn’t recognize labels under PASM as in the following example: Code:
//Make a TInt variable Type(Test$,TInt); //Make the assembly-code AsmCode$=Asm(Small,{ :Main mov r0, 1 jmp Label add r0, 1 :Label mov Test$, r0 }); //Execute the assembly-code CallAsm(AsmCode$); Showmessage(Test$); //Free the assembly-code from memory FreeAsm(AsmCode$); Regards, Theo. |
#3
|
|||
|
|||
![]()
You need to create a new user. Please do.
|
#4
|
|||
|
|||
![]()
Btw, we have already fixed this issue.
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|