include "sndlib.h" include "tios.h" include "util.h" xdef _main xdef _comment xdef _ti89 ;************** Start of Fargo program *************** _main: lea song(PC),a0 ; Load song jsr sndlib::PlaySong ; Call the player rts ; Exit ;***************************************************** song dc.l $990000 ; Tempo dc.b 33,2,33,4,31,4,29,4,31,4,29,1,29,4,99,4 dc.b 29,2,26,4,29,4,28,4,26,4,24,1,24,1,99,4 dc.b 31,4,30,4,31,4,34,4,33,4,31,4,29,1,29,4,99,4 dc.b 31,3,26,8,26,4,28,4,26,4,28,4,29,1,29,4,99,4,255 _comment dc.b "Leise rieselt der Schnee",0 ;*************** End of Fargo program **************** end