mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
18 lines
177 B
Plaintext
18 lines
177 B
Plaintext
******** pl4.amp
|
|
! .ALTERNATE
|
|
!! test of macro substitution around &s
|
|
! test of macro substitution around &s
|
|
!
|
|
|
|
!
|
|
|
|
!foo MACRO a,b
|
|
! x&a&b
|
|
! ENDM
|
|
!
|
|
|
|
! foo 3 2
|
|
! x32
|
|
x32
|
|
! END
|