XaviDCR92 / sdcc-gas

GNU assembler syntax support for SDCC
GNU General Public License v2.0
11 stars 1 forks source link

Option name --gas vs. --asm=gas #2

Closed spth closed 4 years ago

spth commented 4 years ago

There already is an --asm= option used by the z80 backends. Could this be reused as --asm=gas for stm8 instead of introducing the new --gas?

XaviDCR92 commented 4 years ago

Implemented on commit cf1d3aec552ebaea437935e74e5eabda4bd989e7 and working as expected. Now GAS output switch must be provided by the target.