• A51 code bank
    hi, I write 51 assemble to achieve my work, but my code exceed 64K, so I need to use 4 banks, I use Keilc A51 to assemble my code. I have read some examples written by C, so I use the same config...
  • Force code segment alignment
    Hello from Russia! Is there a way to make BL51 to align code segment at the start of BLOCK (2048 bytes). ASEG is not always convenient, and INBLOCK does not force placement at the start of block. ...
  • #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?