21.06.2015, 08:48
Код:
native getproperty(id=0, const name[]="", value=cellmin, string[]="");
Код:
getproperty(.name = "name", .value = 100);
I made a different kind of loop.
Код:
#emit LCTRL 6 #emit ADD.C 16 // 2*4 = 8 bytes #emit STOR.pri addr //2*4 = 8 bytes if(cmdtext[++pos] == ' ') { #emit LOAD.pri addr #emit SCTRL 6 }
Main Topic:
If you look at the PAWNCC generated assembly, you'll find that it adds the label number to the JZER instruction rather than the address.
But the PAWN Imp Guide tells this "if PRI == 0 then CIP = CIP + offset"
Unlike JUMP.pri there is no JZER.pri so I have to give a number
So its impossible to use JZER?

Was searching YSI if ****** had ever used JUMP or the conditional jump instructions but couldn't find any!! He uses SCTRL everywhere