Mentor Blogs

Posts tagged with 'Binary'

There are 10 kinds of people in the world

Posted Jun 8, 2009, by Colin Walls

If, like many embedded software developers, you need to work "close to the hardware", you will want to be able to visualize the bit patterns that map on to CPU and peripheral registers. The obvious way to do this is in binary, as you can see the 1s and 0s directly. However, I do not think that I have ever seen the option, even in assembly language, to include binary constants in software. Do feel free … Read More

Tags: Binary, Source Code, EDGE Compiler, C++