thanks, i took the loop out just to make sure i could create a tone change. I feel like if I can get it to change once, then looping it afterwards shouldn't be that difficult.
#include "msp430.h" ; #define controlled include file
NAME main ; module name
PUBLIC main ; make the main label vissible ; outside this module ORG 0FFFEh DC16 init ; set reset vector to 'init' label
RSEG CSTACK ; pre-declarat