For consistency with @+ this might better be named @- anyway.
@+
@-
I implemented it on pic18 only where I happened to need it. The name -@ is fine because it predecrements. @+ postincrements.
Current documentation in wordsAll.txt:
-@ ( a-addr -- a-addr-2 n ) Fetch from a-addr and decrement a-addr by 2
Would suggest the following instead:
-@ ( a-addr -- a-addr-2 n ) Predecrement a-addr by 2, then fetch PIC18
Log in to post a comment.
For consistency with
@+
this might better be named@-
anyway.I implemented it on pic18 only where I happened to need it.
The name -@ is fine because it predecrements.
@+ postincrements.
Last edit: Mikael Nordman 2024-07-20
Current documentation in wordsAll.txt:
Would suggest the following instead: