• Code Alignment in A51?
    Hi, I'm having troubles with translating this code from IAR to KEIL taken from TI cc1110 datasheet which aligns the halFlashDmaTrigger function to 2-bytes boundary: MODULE flashDmaTrigger.s51 RSEG...
  • #not control in A51
    Could someone help me with the following: mov a,#not 0x08 will simply place the value 0x08 into accumulator. The following however does not work and I would like to know why: bit_mask equ...
  • A51 Documentation
    I see the on-line manuals for A51. Are there pdf's so I can print them out? Does Keil sell these manuals?
  • Bug in a51
    I habe used by mistake the following line: DW 0000B the line assembles without any error to 0000h Shouldn't there not some kind of error message?
  • A51 limits
    Hello, I use a rather old version of A51 (V5.52b) and L51 (V3.52), both MS-DOS executables. Yesterday I got this error from the assembler: A51 FATAL ERROR - ERROR: LIMIT EXCEEDED: TOO MANY EXTERNALS...