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 26,4,31,3,31,16,31,3,33,8,35,3,35,16,35,3,35,8,33,8,35,8,36,4,30,4 dc.b 33,4,31,4,99,8,38,8,38,8,35,8,40,3,38,8,38,8,36,8,36,3,36,8,36,8 dc.b 33,8,38,3,36,8,36,8,35,8,35,4,26,4,31,3,31,16,31,3,33,8,35,3,35,16 dc.b 35,3,35,8,33,8,35,8,36,4,30,4,33,4,31,4,255 _comment dc.b "Mon beau sapin",0 ;*************** End of Fargo program **************** end