mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
16 lines
99 B
Plaintext
16 lines
99 B
Plaintext
!
|
|
|
|
!
|
|
|
|
!foo .REG (r1)
|
|
! add foo,foo
|
|
add r1,r1
|
|
!
|
|
|
|
!bar .reg (r2)
|
|
! add bar,foo
|
|
add r2,r1
|
|
!
|
|
|
|
! .END
|