<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-2"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"Formátovaný v HTML Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.FormtovanvHTMLChar
        {mso-style-name:"Formátovaný v HTML Char";
        mso-style-priority:99;
        mso-style-link:"Formátovaný v HTML";
        font-family:Consolas;
        color:black;}
span.StylE-mailovZprvy19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=CS link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Tohle je právě ten specialní případ, kdy to nejde<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>When using __IDLOC(), the argument must only consist of hexadecimal digits with <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>no radix specifiers or other characters. Any character which is not a hexadecimal digit <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>will be programmed as a 0 in the corresponding location.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> Hw-list [mailto:hw-list-bounces@list.hw.cz] <b>On Behalf Of </b>Hynek Sladký<br><b>Sent:</b> Sunday, June 18, 2017 6:13 PM<br><b>To:</b> HW-news<br><b>Subject:</b> Re: C preprocesor<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt'>Tento pripad se da resit i jednoduseji:<br><br>#pragma config IDLOC0 = ((B) << 8) | ((C) << 4) | (D)<br><br>Hynek Sladky<br><br></span><o:p></o:p></p><div><p class=MsoNormal>On 18.6.2017 15:07, Miroslav Draxal wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><pre>Dobrý den,<o:p></o:p></pre><pre>Výsledek šel mimo konferenci, tímto děkuji [<a href="mailto:jindroush@seznam.cz">jindroush@seznam.cz</a>] za<o:p></o:p></pre><pre>vyřešení. Je to takhle<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>#define A 0x<o:p></o:p></pre><pre>#define B 1<o:p></o:p></pre><pre>#define C 2<o:p></o:p></pre><pre>#define D 4<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>#define GLUE(x,y,z,q) x ## y ## z ## q<o:p></o:p></pre><pre>#define SUPERGLUE(x,y,z,q) GLUE(x,y,z,q) <o:p></o:p></pre><pre>#define HUHU SUPERGLUE(A,B,C,D)<o:p></o:p></pre><pre>#pragma config IDLOC0 = HUHU // Vyzkoušeno XC8<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>Dale viz zde: <o:p></o:p></pre><pre><a href="https://stackoverflow.com/questions/1489932/how-to-concatenate-twice-with-th">https://stackoverflow.com/questions/1489932/how-to-concatenate-twice-with-th</a><o:p></o:p></pre><pre>e-c-preprocessor-and-expand-a-macro-as-in-arg<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Ještě jednou díky,<o:p></o:p></pre><pre>Míra<o:p></o:p></pre><pre><o:p> </o:p></pre></blockquote><p class=MsoNormal><o:p> </o:p></p></div></body></html>