1{module, xrange}.  %% version = 0
2
3{exports, [{sum_1,2},{sum_2,2},{sum_3,2},{sum_4,2}]}.
4
5{attributes, []}.
6
7{labels, 9}.
8
9
10{function, sum_1, 2, 2}.
11  {label,1}.
12    {func_info,{atom,t},{atom,sum_1},2}.
13  {label,2}.
14    {bif,'+',{f,0},[{x,-1},{x,1}],{x,0}}.
15    {'%live',1}.
16    return.
17
18
19{function, sum_2, 2, 4}.
20  {label,3}.
21    {func_info,{atom,t},{atom,sum_2},2}.
22  {label,4}.
23    {bif,'+',{f,0},[{x,0},{x,1023}],{x,0}}.
24    {'%live',1}.
25    return.
26
27
28{function, sum_3, 2, 6}.
29  {label,5}.
30    {func_info,{atom,t},{atom,sum_3},2}.
31  {label,6}.
32    {bif,'+',{f,0},[{x,0},{x,1}],{x,-1}}.
33    {'%live',1}.
34    return.
35
36
37{function, sum_4, 2, 8}.
38  {label,7}.
39    {func_info,{atom,t},{atom,sum_4},2}.
40  {label,8}.
41    {bif,'+',{f,0},[{x,0},{x,1}],{x,1023}}.
42    {'%live',1}.
43    return.
44
45