Close

Passing literals into sdasstm8 from the Makefile

A project log for eForth for cheap STM8S gadgets

Turn cheap modules from AliExpress into interactive development kits!

thomasThomas 10/13/2016 at 05:470 Comments

The STM8 assembler integrated into SDCC works well, but it's rather outdated, and poorly documented. I now updated the GitHub Wiki page to share some insights.

Also note that I now found a workaround for passing literals for conditional builds into the tool chain: use the "-I" option for defining the search path for ".include". It's not pretty, but it works. Code changes are in the making.

Discussions