ummm, GNU/AS is not Motorola syntax compatible

That's why, for GNU/Linux on HPPA and MIPS I wrote a Motorola/HC11 assembler in C/89.
Tired to fight against GNU binutils ... which is good, but ...
60% of projects(1) written before the late 90s are written with Motorola syntax.
It also works on the rb532a router, which programs an HC11 board at every boot.
The HC11 board adds "SPI" and "I2C" functionality to the router.
Well, in theory, there are SPI and I2C lines on the rb532a SoC, I can see their registers,
but I haven't found out yet if the physical signals are routed on the PCB...
Anyway, the best C compilers for HC11 are
- ImageCract ICC11 v5/v6 (Windows)
- Avoget HC11 (Dos)
(1) e.g.
Basic interpreter
Forth interpreter/compiler
...