compuphase / pawn

Pawn is a quick and small scripting language that requires few resources.
http://www.compuphase.com/pawn/
Other
497 stars 80 forks source link

Inaccurate description of SWAP.pri/alt mnemonic in Pawn_Implementer_Guide.pdf #84

Closed Fujimon8142 closed 1 year ago

Fujimon8142 commented 1 year ago

The description of the SWAP.pri/alt mnemonic in the Pawn_Implementer_Guide.pdf is different from the actual processing. The description says "[STK] = PRI/ALT and PRI/ALT = [STK]", but this simply means "store the value on the stack and load the stored value into the register", which is different from the actual processing.