• Linux build of A51.EXE, C51.EXE, OH51.EXE, and BL51.EXE
    It would be nice to have these tools for Linux and have them give return codes for success and fail when running. I would like to create a make file on linux to compile apps. Interestingly the windows...
  • Linux build of A51.EXE, C51.EXE, OH51.EXE, and BL51.EXE
    It would be nice to have these tools for Linux and have them give return codes for success and fail when running. I would like to create a make file on linux to compile apps. Interestingly the windows...
  • 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...