armips icon indicating copy to clipboard operation
armips copied to clipboard

A .repeat directive

Open clbr opened this issue 5 years ago • 1 comments

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.

clbr avatar Sep 27 '20 13:09 clbr

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.

Kingcom avatar Oct 04 '20 13:10 Kingcom