• A51 Assembler case-sensitive
    A quick question: Is A51 Assembler case-sensitive? Thanks Brian
  • translate
    i have a file bin than it read for arm micro please guide me how can I translate the binary code to assembly and C thanks
  • 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...