16 lines
160 B
Text
16 lines
160 B
Text
! .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
|