Pnut issue with WMLONG instruction
ozpropdev
Posts: 2,792
in Propeller 2
Hi Chip
I've encountered an issue with Pnut handling the WMLONG instruction.
The docs show wmlong as
If I try to use the pre/post modifiers or scaled index options on PTRx Pnut generates an error.
I've encountered an issue with Pnut handling the WMLONG instruction.
The docs show wmlong as
CCCC 1010100 11I DDDDDDDDD SSSSSSSSS WMLONG D,S/#/PTRx
If I try to use the pre/post modifiers or scaled index options on PTRx Pnut generates an error.
wmlong b2,ptra++ 'Error - Expected an assembly effect or end of line wmlong b2,ptra 'OK
Comments