• extern in assembler
    I call a "C" function from assembler. The module containing the function is in a library that works for many other calls . Is it a fact that there is a bug in 7.0 and previous making assembler externs...
  • C and Assembler
    How could I compare C and Assempler on a 8051. What are the advantages and disadvantages of each Programming language. I'm happy if anyone knows something about that or even know some good Homepages...
  • assembly macro
    Does any one know how to create a macro to concatenate 2 tokens such as below in assembly? #define A(func) A_##func() Anh
  • IF statement in assembly
    I'm wondering, Does assembler support if staments? (like a C program) Tried something very simple: org 0h sjmp BEGIN org 50h BEGIN: IF R0 == #45 MOV A, #54 CPL A ELSE MOV A, #45 CPL A ENDIF...
  • cross assembler
    Can the Cx51 be used as a cross assembler. If we write the C code can it be directly converted to assembly. How can we link aspire and Cx51 toolset