Advertisement
Guest User

hello.z80

a guest
Oct 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .org $0000
  2. #include "notes.inc"
  3. title:  .db "Lets Go",0
  4. artist: .db "James Rose",0
  5. album:  .db "wildfire",0
  6.  
  7. tempo = 100
  8.  
  9.     playsection(intro)
  10.     endsong
  11.  
  12.  
  13. intro:
  14.     note(c7,c7, c7,c7, sixteenth)
  15.     note(c7,7, c7,c7, sixteenth)
  16.     note(c7,c7, c7,c7, sixteenth)
  17.     note(d7,d7, d7,d7, sixteenth)
  18.     note(c7,c7, c7,c7, sixteenth)
  19.     note(d7,d7, d7,d7, sixteenth)
  20.     note(c7,c7, c7,c7, sixteenth)
  21.     note(d7,d7, d7,d7, sixteenth)
  22.     note(f7,f7, f7,f7, sixteenth)
  23.     note(cs7,cs7, cs7,cs7, sixteenth)
  24.     note(d7,d7, d7,d7, sixteenth)
  25.     note(c7,c7, c7,c7, sixteenth)
  26.     note(c7,c7, c7,c7, sixteenth)
  27.     note(c7,c7, c7,c7, sixteenth)
  28.     note(cs7,cs7, cs7,cs7, sixteenth)
  29.     note(d7,d7, d7,d7, sixteenth)
  30.     note(c7,c7, c7,c7, sixteenth)
  31.     note(d7,d7, d7,d7, sixteenth)
  32.     note(c7,c7, c7,c7, sixteenth)
  33.     note(rest,rest, rest,rest, sixteenth)
  34.     note(rest,rest, rest,rest, sixteenth)
  35.     note(rest,rest, rest,rest, sixteenth)
  36.     note(rest,rest, rest,rest, sixteenth)
  37.     note(rest,rest, rest,rest, sixteenth)
  38.     note(rest,rest, rest,rest, sixteenth)
  39.     note(d7,d7, d7,d7, sixteenth)
  40.     note(rest,rest, rest,rest, sixteenth)
  41.     note(g7,g7, g7,g7, sixteenth)
  42.     note(g7,g7, g7,g7, sixteenth)
  43.     note(f7,f7, f7,f7, sixteenth)
  44.     note(rest,rest, rest,rest, sixteenth)
  45.     note(rest,rest, rest,rest, sixteenth)
  46.     note(rest,rest, rest,rest, sixteenth)
  47.     note(rest,rest, rest,rest, sixteenth)
  48.     note(rest,rest, rest,rest, sixteenth)
  49.     note(rest,rest, rest,rest, sixteenth)
  50.     note(rest,rest, rest,rest, sixteenth)
  51.     note(rest,rest, rest,rest, sixteenth)
  52.     note(rest,rest, rest,rest, sixteenth)
  53.     note(rest,rest, rest,rest, sixteenth)
  54.     note(rest,rest, rest,rest, sixteenth)
  55.     note(rest,rest, rest,rest, sixteenth)
  56.     note(d7,d7, d7,d7, sixteenth)
  57.     note(rest,rest, rest,rest, sixteenth)
  58.     note(g7,g7, g7,g7, sixteenth)
  59.     note(g7,g7, g7,g7, sixteenth)
  60.     note(f7,f7, f7,f7, sixteenth)
  61.     note(rest,rest, rest,rest, sixteenth)
  62.     note(rest,rest, rest,rest, sixteenth)
  63.     note(rest,rest, rest,rest, sixteenth)
  64.     note(rest,rest, rest,rest, sixteenth)
  65.     note(rest,rest, rest,rest, sixteenth)
  66.     note(rest,rest, rest,rest, sixteenth)
  67.     note(rest,rest, rest,rest, sixteenth)
  68.     note(rest,rest, rest,rest, sixteenth)
  69.     note(rest,rest, rest,rest, sixteenth)
  70.     note(rest,rest, rest,rest, sixteenth)
  71.     note(rest,rest, rest,rest, sixteenth)
  72.     note(rest,rest, rest,rest, sixteenth)
  73.     note(d7,d7, d7,d7, sixteenth)
  74.     note(rest,rest, rest,rest, sixteenth)
  75.     note(c7,c7, c7,c7, sixteenth)
  76.     note(cs7,cs7, cs7,cs7, sixteenth)
  77.     note(e7,e7, e7,e7, sixteenth)
  78.     note(rest,rest, rest,rest, sixteenth)
  79.     note(rest,rest, rest,rest, sixteenth)
  80.     note(rest,rest, rest,rest, sixteenth)
  81.     note(rest,rest, rest,rest, sixteenth)
  82.     note(rest,rest, rest,rest, sixteenth)
  83.     note(rest,rest, rest,rest, sixteenth)
  84.     note(rest,rest, rest,rest, sixteenth)
  85.     note(rest,rest, rest,rest, sixteenth)
  86.     note(rest,rest, rest,rest, sixteenth)
  87.     note(rest,rest, rest,rest, sixteenth)
  88.     note(rest,rest, rest,rest, sixteenth)
  89.     note(rest,rest, rest,rest, sixteenth)
  90.     note(d7,d7, d7,d7, sixteenth)
  91.     note(rest,rest, rest,rest, sixteenth)
  92.     note(f7,f7, f7,f7, sixteenth)
  93.     note(d7,d7, d7,d7, sixteenth)
  94.     note(fs7,fs7, fs7,fs7, sixteenth)
  95.     note(rest,rest, rest,rest, sixteenth)
  96.     note(rest,rest, rest,rest, sixteenth)
  97.     note(rest,rest, rest,rest, sixteenth)
  98.     note(rest,rest, rest,rest, sixteenth)
  99.     note(rest,rest, rest,rest, sixteenth)
  100.     note(rest,rest, rest,rest, sixteenth)
  101.     note(rest,rest, rest,rest, sixteenth)
  102.     note(rest,rest, rest,rest, sixteenth)
  103.     note(g7,g7, g7,g7, sixteenth)
  104.     note(rest,rest, rest,rest, sixteenth)
  105.     note(c7,c7, c7,c7, sixteenth)
  106.     note(cs7,cs7, cs7,cs7, sixteenth)
  107.     note(e7,e7, e7,e7, sixteenth)
  108.     note(rest,rest, rest,rest, sixteenth)
  109.     note(rest,rest, rest,rest, sixteenth)
  110.     note(rest,rest, rest,rest, sixteenth)
  111.     note(rest,rest, rest,rest, sixteenth)
  112.     note(rest,rest, rest,rest, sixteenth)
  113.     note(rest,rest, rest,rest, sixteenth)
  114.     note(rest,rest, rest,rest, sixteenth)
  115.     note(d7,d7, d7,d7, sixteenth)
  116.     note(cs7,cs7, cs7,cs7, sixteenth)
  117.     note(rest,rest, rest,rest, sixteenth)
  118.     note(d7,d7, d7,d7, sixteenth)
  119.     note(cs7,cs7, cs7,cs7, sixteenth)
  120.     note(e7,e7, e7,e7, sixteenth)
  121.     note(e7,e7, e7,e7, sixteenth)
  122.     note(e7,e7, e7,e7, sixteenth)
  123.     note(f7,f7, f7,f7, sixteenth)
  124.     note(cs7,cs7, cs7,cs7, sixteenth)
  125.     note(cs7,cs7, cs7,cs7, sixteenth)
  126.     note(rest,rest, rest,rest, sixteenth)
  127.     note(rest,rest, rest,rest, sixteenth)
  128.     note(cs7,cs7, cs7,cs7, sixteenth)
  129.     note(rest,rest, rest,rest, sixteenth)
  130.     note(rest,rest, rest,rest, sixteenth)
  131.     note(rest,rest, rest,rest, sixteenth)
  132.     note(rest,rest, rest,rest, sixteenth)
  133.     note(d7,d7, d7,d7, sixteenth)
  134.     note(d7,d7, d7,d7, sixteenth)
  135.     note(d7,d7, d7,d7, sixteenth)
  136.     note(cs7,cs7, cs7,cs7, sixteenth)
  137.     note(e7,e7, e7,e7, sixteenth)
  138.     note(cs7,cs7, cs7,cs7, sixteenth)
  139.     note(d7,d7, d7,d7, sixteenth)
  140.     note(cs,cs, cs,cs, sixteenth)
  141.     note(d7,d7, d7,d7, sixteenth)
  142.     note(d7,d7, d7,d7, sixteenth)
  143.     note(g7,g7, g7,g7, sixteenth)
  144.     note(rest,rest, rest,rest, sixteenth)
  145.     note(rest,rest, rest,rest, sixteenth)
  146.     note(d7,d7, d7,d7, sixteenth)
  147.     note(c7,c7, c7,c7, sixteenth)
  148.     note(rest,rest, rest,rest, sixteenth)
  149.     note(rest,rest, rest,rest, sixteenth)
  150.     note(rest,rest, rest,rest, sixteenth)
  151.     note(rest,rest, rest,rest, sixteenth)
  152.     note(rest,rest, rest,rest, sixteenth)
  153.     note(d6,d6, d6,d6, sixteenth)
  154.     note(a6,a6, a6,a6, sixteenth)
  155.     note(f6,f6, f6,f6, sixteenth)
  156.     note(fs6,fs6, fs6,fs6, sixteenth)
  157.     note(g6,g6, g6,g6, sixteenth)
  158.     note(g6,g6, g6,g6, sixteenth)
  159.     note(c6,c6, c6,c6, sixteenth)
  160.     note(cs6,cs6, cs6,cs6, sixteenth)
  161.     note(a6,a6, a6,a6, sixteenth)
  162.     note(a6,a6, a6,a6, sixteenth)
  163.     note(g6,g6, g6,g6, sixteenth)
  164.     note(g6,g6, g6,g6, sixteenth)
  165.     note(g6,g6, g6,g6, sixteenth)
  166.     note(rest,rest, rest,rest, sixteenth)
  167.     note(rest,rest, rest,rest, sixteenth)
  168.     note(rest,rest, rest,rest, sixteenth)
  169.     note(rest,rest, rest,rest, sixteenth)
  170.     note(rest,rest, rest,rest, sixteenth)
  171.     note(rest,rest, rest,rest, sixteenth)
  172.     note(rest,rest, rest,rest, sixteenth)
  173.     note(rest,rest, rest,rest, sixteenth)
  174.     note(c6,c6, c6,c6, sixteenth)
  175.     note(d6,d6, d6,d6, sixteenth)
  176.     note(a6,a6, a6,a6, sixteenth)
  177.     note(b6,b6, b6,b6, sixteenth)
  178.     note(b6,b6, b6,b6, sixteenth)
  179.     note(f6,f6, f6,f6, sixteenth)
  180.     note(rest,rest, rest,rest, sixteenth)
  181.     note(f6,f6, f6,f6, sixteenth)
  182.     note(rest,rest, rest,rest, sixteenth)
  183. .end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement