Another PBP trick when mixing with ASM is to declare your variables with the addendum SYSTEM:
...becomes:Code:Variable VAR BYTE @MOVF _Variable, W
Code:Variable VAR BYTE SYSTEM @MOVF Variable, W
Another PBP trick when mixing with ASM is to declare your variables with the addendum SYSTEM:
...becomes:Code:Variable VAR BYTE @MOVF _Variable, W
Code:Variable VAR BYTE SYSTEM @MOVF Variable, W
Bookmarks