.rept : .rept 와 .endr 사이의 구문의 N회 반복한다.
ex)
.rept 8
mov r0, r0
.endr
설명: mov r0, r0 를 8회 반복한다.
참조: http://www.coranac.com/files/gba/re-ejected-gasref.pdf
.rept : .rept 와 .endr 사이의 구문의 N회 반복한다.
ex)
.rept 8
mov r0, r0
.endr
설명: mov r0, r0 를 8회 반복한다.
참조: http://www.coranac.com/files/gba/re-ejected-gasref.pdf