xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-avr
/
avr-prop-1.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
text
2
.
global
_start
,
dest
3
_start
:
4
CALL
dest
5
.
org
0x20
6
dest
:
7
nop
8