• Compiling 32-bit arm code under 64-bit machine
    Hello, I am trying to run a very simple ARM code to print hello world on Google's Ampere CPU. Code is written in 32-bit ARM and the system is 64-bit. I use gnu-compiler from binutils and this is the...
  • Machine codes of accessing bit variable in are different ...?
    I have one question about the machine code of bit variable in ?C_INITSEG and normal function Assume bit variable PASS is declared and defined: bit PASS=0; After starting Debug Session I...
  • Machine codes of accessing bit variable in are different ...?
    I have one question about the machine code of bit variable in ?C_INITSEG and normal function Assume bit variable PASS is declared and defined: bit PASS=0; After starting Debug Session I...
  • RE: Kindly let me know what does this error mean
    NEVER-EVER use macros to do more than a very-very simple thing like: abs( x ); -or- max( x, y ); I once saw [a retard's] code in which he used macros everywhere. I then chose to ban all macros...
  • RE: Kindly let me know what does this error mean
    NEVER-EVER use macros to do more than a very-very simple thing like: abs( x ); -or- max( x, y ); I once saw [a retard's] code in which he used macros everywhere. I then chose to ban all macros...