1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00
cc65/test/asm/listing/070-include-repeat.s
2024-09-01 20:22:29 +02:00

5 lines
80 B
ArmAsm

.repeat 3
.include "070-include-repeat.inc"
.out "main file"
.endrepeat