Search code examples
Is the Link Register (LR) affected by inline or naked functions?...


c++assemblyarmcortex-mbare-metal

Read More
How to place a variable at a given absolute address in memory (with GCC)...


cvariablesgccarmkeil

Read More
What are the purposes of the ARM ABI and EABI?...


armabieabi

Read More
Why does ARM GCC push / pop scratch register R3 in a tiny function?...


assemblygccarmstack-frame

Read More
Can't get my custom context switch working with arm inline assembly...


gccarmstm32inline-assemblycontext-switch

Read More
Does anyone know where is the definition of "write_scr_el3" function in the arm-trusted-fi...


clinuxarmtrustzone

Read More
Comparison between character and unsigned integer in C on X86 vs ARM...


cgccchararmunsigned

Read More
Arm Compiler 6 does not initialize global variables...


armembeddedstm32armclang

Read More
Build Arm64X DLL from plain C on Windows x64...


windowsarmnativearm64windows-arm64

Read More
Can the OoO scheduler squash pending instructions (issued by earlier validations) based on predictab...


armpowerpcspeculative-executioninstruction-reorderingrelaxed-atomics

Read More
In aarch32 mode, will the values ​of x15 - x30 and the high 32 bits of x0 - x14 affect the program?...


linux-kernelarmarm64hardware-acceleration

Read More
Why do ARM chips have an instruction with Javascript in the name (FJCVTZS)?...


javascriptassemblyarminstructionsfloating-point-conversion

Read More
/usr/bin/arm-none-eabi-ld: error: crt0.o: conflicting use of R9...


linkerarmembeddedcortex-mposition-independent-code

Read More
Can I build arm32 docker files with Dockerhub...


dockerarmdockerhub

Read More
gcc-arm-none-eabi 11.3 "is not implemented and will always fail"...


cgccarmembeddedstm32

Read More
How is load->store reordering possible with in-order commit?...


armcpu-architecturememory-barriers

Read More
How to read the content of ID_AA64MMFR1_EL1 register into the 64-bit variable using inline assembly?...


assemblyarminline-assemblyarm64

Read More
Do the bytes "00 10 A1 B3" make sense in Arm 32-bit architecture?...


assemblyarm32-bitmachine-codeinstruction-encoding

Read More
What is the expansion of the MSR and MRS instructions in ARM...


assemblyarm

Read More
Passing kernel lsm parameter through U-boot...


linux-kernelarmarchlinuxu-bootarchlinux-arm

Read More
Code for increasing clock speed of the STM32F401 is not working...


armstm32keil

Read More
How to exactly find the first matching zero in ARM using `shrn`, `fmov`, `rbit`, `clz`?...


assemblyarmsimdarm64neon

Read More
STM32 - I2S: Read signal from INMP441...


cassemblyarmstm32i2s

Read More
Is there a gcc compiler under ARM?...


gccarm

Read More
Local variable in .c file overwrites memory address previously aquired in ARM GNU assembly file...


assemblyarmstm32gnu-assemblerstm32cubeide

Read More
Why PC is not 8 instructions ahead when it comes to BL instruction?...


assemblyarmcpu-registersinstruction-setprogram-counter

Read More
Is it possible to undo the effect of the .req directive in ARM GNU Assembly?...


assemblyarmstm32gnu-assemblerstm32cubeide

Read More
LPC 1768 CAN bus off error...


embeddedarmcommunicationmicrocontrollercan-bus

Read More
how to implement syscalls with newlib nano...


carmprintfstm32newlib

Read More
What is the difference between x86 assembly and other versions of assembly?...


assemblyx86armcpu-architectureinstruction-set

Read More
BackNext