xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-pe
/
image_size.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
text
2
.
global
_start
3
_start
:
4
.
byte
1
5
.
global
data
6
.
data
7
data
:
8
.
byte
2
9