mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
25 lines
264 B
Plaintext
25 lines
264 B
Plaintext
******** assign.amp
|
|
!
|
|
|
|
!foo: .ASSIGNC "hello"
|
|
!BAR: .ASSIGNA 12+34
|
|
!
|
|
|
|
! \&foo'foo
|
|
hellofoo
|
|
! \&foo\&foo\&foo
|
|
hellohellohello
|
|
! \&foo \&foo \&foo
|
|
hello hello hello
|
|
! \&BAR\&bar\&BAR
|
|
4646
|
|
!
|
|
|
|
!
|
|
|
|
!
|
|
|
|
!
|
|
! .END
|
|
assign.asm:8 Can't find preprocessor variable bar.
|