1 ! Relative linking
, simple files with global symbols but nothing really
2 ! strange. Reference from same
and other file to
.text and .data in
3 ! different combinations.
5 ! fileFsectionN
, with F in rel-F.s
, and N in
:
6 ! 1 - Same file
and section.
7 ! 2 - Same file
, different section.
8 ! 3 - Other file
, same section.
9 ! 4 - Other file
, other section.
19 movi file1text1
& 65535,r10
22 movi file1data2
& 65535,r20
25 movi file2text3
& 65535,r20
28 movi file2data4
& 65535,r20
29 movi unresolved1
& 65535,r40
30 movi unresolved6
& 65535,r30