1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 06:30:16 +00:00
cc65/test/asm/listing/070-include-repeat.s

5 lines
80 B
ArmAsm
Raw Normal View History

2024-09-01 18:22:29 +00:00
.repeat 3
.include "070-include-repeat.inc"
.out "main file"
.endrepeat