<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>#not control in A51</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/34586/not-control-in-a51</link><description> 
Could someone help me with the following: 

 
mov a,#not 0x08 

 
will simply place the value 0x08 into accumulator. The following
however does not work and I would like to know why: 

 
bit_mask equ 0x08 

 
mov a,#not #bit_mask 

 
The reason it does</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator></channel></rss>