New installation mechanism
This commit is contained in:
parent
85a8a71149
commit
32b924a76a
@ -1 +1,3 @@
|
||||
Action
|
||||
libend
|
||||
mach_params
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
name "em22 etext,edata,end library"
|
||||
dir libend
|
||||
end
|
||||
2
mach/em22/libend/.distr
Normal file
2
mach/em22/libend/.distr
Normal file
@ -0,0 +1,2 @@
|
||||
LIST
|
||||
end_e.a
|
||||
5
mach/em22/libend/LIST
Normal file
5
mach/em22/libend/LIST
Normal file
@ -0,0 +1,5 @@
|
||||
end_e.a
|
||||
edata.e
|
||||
em_end.e
|
||||
end.e
|
||||
etext.e
|
||||
4
mach/em22/libend/edata.e
Normal file
4
mach/em22/libend/edata.e
Normal file
@ -0,0 +1,4 @@
|
||||
mes 2,2,2
|
||||
exa edata
|
||||
edata
|
||||
con 0
|
||||
4
mach/em22/libend/em_end.e
Normal file
4
mach/em22/libend/em_end.e
Normal file
@ -0,0 +1,4 @@
|
||||
mes 2,2,2
|
||||
exa _end
|
||||
_end
|
||||
bss 2,0,1
|
||||
4
mach/em22/libend/end.e
Normal file
4
mach/em22/libend/end.e
Normal file
@ -0,0 +1,4 @@
|
||||
mes 2,2,2
|
||||
exa end
|
||||
end
|
||||
bss 2,0,1
|
||||
4
mach/em22/libend/etext.e
Normal file
4
mach/em22/libend/etext.e
Normal file
@ -0,0 +1,4 @@
|
||||
mes 2,2,2
|
||||
exp $etext
|
||||
pro $etext,0
|
||||
end 0
|
||||
Loading…
x
Reference in New Issue
Block a user