Just for info .rept #10
nop
.rept #10
nop
.endr
.endr
.irp X, 1,2,3
nop
.endr
BUILD SUCCESSFUL (total time: 3s) Now move the irp macro inside the rept:.rept #10
nop
.rept #10
nop
..
nop
.rept #10
nop
.endr
.endr
.irp X, 1,2,3
nop
.endr
BUILD SUCCESSFUL (total time: 3s) Now move the irp macro inside the rept:.rept #10
nop
.rept #10
nop
..