0 Members and 1 Guest are viewing this topic.
loop: dec c jr nz, loop
dec c jr nz, $ - 1
- dec c jr nz,{-}
Oh, yeah, for macros you definitely want to use $. Using reusable labels can cause problems in such a circumstance.What are you writing, btw?