• C51 + Assembler
    Hey guys I'm going to be importing some ASM code from an old project, how do I know what registers I can use, I don't want to conflict with anything that the compiler has decided to do. thanx! ...
  • Assembly and C51
    Hello,there: I have met a tough quesiton, how to program with C and Assembly in the project using KEIL(verison 3.0), for example, I wana program the frame with C, and the functions with assembly, especially...
  • inline assembly with C51 v3.20
    On the manual of C51 v3.2, writing and using assembly functions are described and is working successfully. However, there is no clue about the inline assembly on the manual. Does anybody know anything...
  • C51 Inline assemble error
    I'm using C51 V6.12 C source file is like this: void I2CWrite(unsigned char D,bit ConvToBCD) { #pragma asm ..... #pragma endasm } unsigned char I2CRead(bit ACK,bit ConvToBin) { #pragma asm ...
  • Need split function for C51
    Hi.. I need a split function for Keil C51, as it is not available in the Keil uVision 2 library. Bye.