Make atomthreads run with SDCC

This commit is contained in:
Philipp Klaus Krause
2016-06-16 21:21:06 +02:00
parent 9251272859
commit ba550c8df7
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---------------------------------------------------------------------------
STM8 PORT - SMALL DEVICE C COMPILER
---------------------------------------------------------------------------
PREREQUISITES
* SDCC
* Programming software (e.g. stm8flash)
---------------------------------------------------------------------------
BUILD VIA MAKEFILE
* make -f sdcc.mak

View File

@@ -1,3 +1,5 @@
.area CODE
; uint8_t get_cc(void);
_get_cc::
push cc