• translating asm code
    Hello I want to start to build a project with 8031 MCU. I have all documentation and source code, but no success with translating to object code. I try with several programs and get different errors...
  • translating asm code
    Hello I want to start to build a project with 8031 MCU. I have all documentation and source code, but no success with translating to object code. I try with several programs and get different errors...
  • Benchmarking asm code
    Hello, I want a reliable way for benchmarking asm code. More specifically, I want to compare execution time of asm code when is written using NEON instructions set and when using SVE2 instruction set...
  • Error with ASM code
    Hi, I am getting this error when executing a small asm code .\Objects\ex4.axf: Error: L6200E: Symbol SystemInit multiply defined (by system_lpc17xx.o and p1code.o). Rgds, Leena
  • Error compiling asm code
    Hi again, IÂ'm trying to compile the following code (with the SRC directive actived): void alfa (void) { #pragma ASM JMP $ ; endless loop #pragma ENDASM } but an error has occurred in other...