Skip to content

ywaby/keil2sdcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project under MIT license.

Feature

  • Convert keil c51 to sdcc

install

git clone [email protected]:ywaby/keil2sdcc.git
python3 setup.py install

need python 3.7+

usage

import usage

import keil2sdcc
keil2sdcc.c51_2_sdcc(keil_file)

direct usage without install

python3 -m keil2sdcc ./test/reg51.h ./test/test.c

cmdline usage

usage: keil2sdcc [-h] [-v] [-e ENCODE] [-r] [-j n] [files [files ...]]

convert keil c51 to sdcc

positional arguments:
  files                 keil srcs to convert;supprot glob

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         print version
  -e ENCODE, --encode ENCODE
                        assign keil src encode
  -r, --replace         replace keil src with sdcc src
  -j n, --jobs n        number of parallel jobs; match CPU count if value is 0

example

keil2sdcc keil_c51.c # generate keil_c51.sdcc.c at src path
keil2sdcc keil_c51.c --replace # replace keil src
python3 -m keil2sdcc ./test/reg51.h ./test/test.c # header file is need before c

more usage see tasks.py test task

reference

About

convert c51 program to sdcc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published