• Problem: Table of constants in an ASMed C file
    I want to define a table of constants like this: code const unsigned char bit_count_table[16] = { 0, 1, .... 4 }; in a C source file built with the ASM option. I get error A24: SEGMENT TYPE EXPECTED...
  • Problem: Table of constants in an ASMed C file
    I want to define a table of constants like this: code const unsigned char bit_count_table[16] = { 0, 1, .... 4 }; in a C source file built with the ASM option. I get error A24: SEGMENT TYPE EXPECTED...
  • ARM A64 Page table
    Hi, I have a question on ARM page table. I am running a bare metal application on Cortex A72 and i have a failure with my application. Upon debugging the failure, i found an address which is contributing...
  • ARM A64 Page table
    Hi, I have a question on ARM page table. I am running a bare metal application on Cortex A72 and i have a failure with my application. Upon debugging the failure, i found an address which is contributing...
  • IT arm asm
    Note: This was originally posted on 14th December 2009 at http://forums.arm.com Hi, When disassembling with IDA an arm binary I can see the following: __text:000049CA                 RSBS.W  R3, R2, #1...