You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a worthwhile addition, but is likely not trivial to implement. I imagine it'd be similar to macros. Probably not something I'd get around to anytime soon, but I'd be ready to discuss the to topic with anyone interested in implementing it.
I'm missing the .repeat directive, as found in ca65 for example.
https://www.cc65.org/doc/ca65-11.html#ss11.83
It allows to repeat a block, optionally replacing the block index in each iteration. This saves typing and simplifies code.
The text was updated successfully, but these errors were encountered: