• Keil creation of LPC938 start900.a51 bug
    When you create a new project for the LPC938, the resulting project contains a file called "Start900.A51" Inside this file keil have very nicely put lots of comments around a whole lot of settings...
  • #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?
  • 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...
  • 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...