projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for Andes NDS32:
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-nds32
/
branch.s
1
.text
2
.global _start
3
_start:
4
beq $r0, $r1, main
5
bne $r0, $r1, main
6
beqz $r0, main
7
bnez $r0, main
8
bgez $r0, main
9
bgezal $r0, main
10
bgtz $r0, main
11
blez $r0, main
12
bltz $r0, main
13
bltzal $r0, main
14
.section .text.2, "ax"
15
.globl main
16
main:
17
nop
18
This page took
0.042371 seconds
and
4
git commands to generate.