mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
17 lines
160 B
Plaintext
17 lines
160 B
Plaintext
! .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
|