I'm writing a program, where I have to use

Code:
sound xma,[125,10]
pause 100
about 30 times. Should I make this as subroutine, will it be more space efficient, or compiler takes care of that?