SLAU131V October 2004 – February 2020
1 ; Comment1 here : Start assembling ....
2
3 0000 .text
4 0000 0001 .word 1,2
0002 0002
5 0004 0003 .word 3,4
0006 0004
6
7 ; Comment 2
8
9 0000 .data
10 0000 0009 .word 9,10
0002 000A
11 0004 000B .word 11,12
0006 000C
12
13 ; Comment 3
14
15 0000 .sect "var_defs"
16 0000 0011 .word 17,18
0002 0012
17
18 ; Comment 4
19
20 0008 .data
21 0008 000D .word 13,14
000a 000E
22
23 0000 .bss sym,19
24 000c 000F .word 15,16
000e 0010
25
26 ; Comment 5
27
28 0008 .text
29 0008 0005 .word 5,6
000a 0006
30 0000 usym .usect "xy",20
31 000c 0007 .word 7,8
000e 0008