#emit Discussion
#6

Код:
native getproperty(id=0, const name[]="", value=cellmin, string[]="");
You can give the arguments in the order of your wish by preceding the parameter name with '.'
Код:
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
Reply


Messages In This Thread
#emit Discussion - by Yashas - 20.06.2015, 18:47
Re: #emit Discussion - by ]Rafaellos[ - 20.06.2015, 19:08
Re: #emit Discussion - by Misiur - 20.06.2015, 21:18
Re: #emit Discussion - by Yashas - 21.06.2015, 04:38
Re: #emit Discussion - by Misiur - 21.06.2015, 07:50
Re: #emit Discussion - by Yashas - 21.06.2015, 08:48
Re: #emit Discussion - by PeterJane - 25.06.2015, 00:29
Re: #emit Discussion - by Yashas - 12.07.2015, 07:56
Re: #emit Discussion - by Vince - 12.07.2015, 10:46
Re: #emit Discussion - by Yashas - 12.07.2015, 10:54
Re: #emit Discussion - by Yashas - 31.08.2015, 15:46
Re : #emit Discussion - by Dutheil - 10.11.2015, 23:04
Re: #emit Discussion - by Yashas - 11.11.2015, 13:09
Re: #emit Discussion - by Dutheil - 18.07.2017, 14:26
Re: #emit Discussion - by Nero_3D - 18.07.2017, 23:47
Re: #emit Discussion - by Dutheil - 19.07.2017, 00:31
Re: #emit Discussion - by Nero_3D - 19.07.2017, 22:07
Re: #emit Discussion - by Dutheil - 29.12.2017, 14:45
Re: #emit Discussion - by Misiur - 29.12.2017, 15:24
Re: #emit Discussion - by Kaperstone - 29.12.2017, 15:49
Re: #emit Discussion - by Y_Less - 29.12.2017, 16:00
Re: #emit Discussion - by Dutheil - 29.12.2017, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)