blob: 988d7021c429ceac8fbfdf4f5fe766a52a6e0deb [file] [log] [blame]
# Source file used to test the rol and ror macros.
foo:
rol $4,$5
rol $4,$5,$6
rol $4,1
rol $4,$5,1
rol $4,$5,0
ror $4,$5
ror $4,$5,$6
ror $4,1
ror $4,$5,1
ror $4,$5,0
.space 8