• ASM strong function gets replaced by weak function
    I have a project where I need to define strong function in ASM. If I do so it gets ignored and default weak function is used instead. If I define strong function in C it works fine, that is strong one...
  • GNU Toolchain - Unknown or missing system register (GIC register - Cortex-A53)
    I have started a simple bare-metal project for the Cortex-A53. Now I want to implement interrupt handling, but run into an issue with the toolchain. Want to read out and write into the ICC_x registers...
  • ADRP command getting crashed.
    Writing an assembly code and want to make the ASLR ( Address Space Layout Randomisation) complaint code. armb8le platform (64 bit) Previously was using LDR command to load the fork function as below...
  • Raspberry PI 4 bare bones Info OR suggest ARM Development board
    Hello, I would like to bare bones program a Raspberry Pi 4 in assembly just to get a feel for it, I want bare bones because I want to know how the OS gets started from the get go. I heard that documentation...
  • Offline asm dump
    Is there any way to get an offline asm dump for OpenCL kernels? We have a convolution shader generator that we use to generate for everything from iOS Metal to Android OpenCL. The kernels work with...