• A51 Assembler case-sensitive
    A quick question: Is A51 Assembler case-sensitive? Thanks Brian
  • keil A51 Assembler Kit Demo?????????
    hi, From where to get this demo kit from I cant find any link on this site. Tanks Rakesh
  • A51 assembler, equivalent dup directive?
    I hope my request is simple. I come from a x86/MASM background. I’m trying simply to reserve a block of memory. With MASM, I’d simply do the following: db how_many dup (?) It seems the a51...
  • A51 :How to Clear UART with Assembler
    Hi everyone, i write an assembler-program with Keil µ-Vision with the device C515C-L which has an 8051 architecture. Now I try to clear the UART window in the simulator with some assembler code. Does...
  • A51 help!
    Hi, I need to be able to call a c function from within the STARTUP.A51 file (actually, any *.a51 file), so that the code listing has the startup code, then the call of this new function, then the LJMP...