summaryrefslogtreecommitdiff
path: root/src/SDCCasm.h
Commit message (Collapse)AuthorAgeFilesLines
* Creating GAS port in SDCCasmXavier ASUS2019-10-191-4/+1
| | | | | | SDCCasm proved a much more elegant way to implement GAS support for SDCC. In fact, I was surprised to see there was already an attempt that had been commented out. stm8-as only complaints about those nasty "Smain ==." statements, but that should be easy to fix.
* sdcc-3.9.0 fork implementing GNU assembler syntaxXavier ASUS2019-10-181-0/+68
This fork aims to provide better support for stm8-binutils