I use the following assembly routine whenever I need a 16 bit counter
infsnz var
incf var + 1
but now I need a 32 bit counter (in assembly).
Apparently, I'm not smart enough to figure it out for myself.
Can someone please show me how to implement my 32 bit counter?
Bookmarks