You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the license for this documentation? Some text in the opcode table seems to be exactly the same as in Pawn Implementer's Guide, so should it be under Creative Commons Attribution/ShareAlike 2.5 License?
What exact AMX version(s) does it cover? It currently states that the version is "3.x", but after a brief reading I noticed it mentions SA-MP a few times, and the instruction set is from Pawn 3.0, except for instruction #38 which should actually be PUSH.R | number | repeat (STK = STK - cell size, [STK] = PRI) "number" times (it was unused (not generated by the compiler, as well as umul, udiv and udiv.alt) in Pawn 3.0 - 3.2 and was replaced by PICK only in 3.3).
Maybe it would be better to change the version at the beginning of the document to "3.0" (AMX ver. 8) or "3.0 - 3.2" (ver. 8-9)? You'll need to add the macro opcodes for the latter though.
Hello.
What is the license for this documentation? Some text in the opcode table seems to be exactly the same as in Pawn Implementer's Guide, so should it be under Creative Commons Attribution/ShareAlike 2.5 License?
What exact AMX version(s) does it cover? It currently states that the version is "3.x", but after a brief reading I noticed it mentions SA-MP a few times, and the instruction set is from Pawn 3.0, except for instruction #38 which should actually be
PUSH.R | number|repeat (STK = STK - cell size, [STK] = PRI) "number" times(it was unused (not generated by the compiler, as well asumul,udivandudiv.alt) in Pawn 3.0 - 3.2 and was replaced byPICKonly in 3.3).Maybe it would be better to change the version at the beginning of the document to "3.0" (AMX ver. 8) or "3.0 - 3.2" (ver. 8-9)? You'll need to add the macro opcodes for the latter though.
Would a Russian translation be welcome here?