Home
last modified time | relevance | path

Searched refs:xram_movc (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCglobl.h266 int xram_movc; /* use movc instead of movx to read xram (mcs51) */ member
H A DSDCCmain.c209 {0, "--xram-movc", &options.xram_movc, "Use movc instead of movx to read xram (xdata)"},
H A DSDCCpeeph.c156 return (options.xram_movc && (strcmp(port->target,"mcs51") == 0)); in FBYNAME()