foo.asm 90 B

1234567
  1. section .text
  2. %ifdef TEST2x64
  3. global foo
  4. %else
  5. global _foo
  6. %endif
  7. %include "foo-proc.asm"