• Optimization Assembly Problems
    Hello everyone, I am currently having an issue with some code I have that seems to vary based on optimization: In CommBuff ISR: if (commData == 0x61) /* 0x61 = 'a' */ { if(DAC1DifVoltn...
  • Assembler invocation problem
    Hello, I'm having problems setting conditional assembly symbols in the invocation line of A51. The lst file below should have all the details. Thanks A51 MACRO ASSEMBLER FACTORY 06/30/2004...
  • ASSEMBLER PROBLEMS
    Hello, I am using uVision 5.15 processor is emf32g222f128. my code(part of bootloader based on silicon lab supplied code) is: oid BOOT_jump(uint32_t sp, uint32_t pc) { /* Set new MSP, PSP based...
  • problem with assembler
    AREA bob, CODE b main org 0 main nop nop nop nop nop loop: b loop END with this code I get the following message *** ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS...
  • Problem writing to dest address (Assembly)
    I created a table, where I have various data. I need to take out data from this table, alter it, then write it back to the same position, however, for some reason, data is not written to the position...