Hey Darrel,
Only works for me with MPASM assembler case sensitive option enabled.
In DT_INTS-18;
SaveFSR macro F, Pr
RestFSR macro F, Pr
And in N-Bit_Math:
SAVEFSR macro
RESTFSR macro
Edit:
Too cool --- Classic Darrel...;o)Code:MOVE?PP macro BeerIN, Pout ; copy an N-bit variable to an N-bit variable BeerCount = 0 while BeerCount < PRECISION MOVE?BB BeerIN + BeerCount, Pout + BeerCount BeerCount = BeerCount + 1 endw endm




Bookmarks