Search code examples
Stm8 assembly instructions...


assemblyinstructionsstm8

Read More
How exactly DO lines of code relate to each other in assembly code when jump is involved?...


assemblyx86machine-code

Read More
How to encode an instruction when we just know the hex for opcode...


assemblyx86x86-64instruction-encoding

Read More
ld warning from custom compiler: ld: warning: cannot find entry symbol _start; defaulting to 0000000...


clinuxassemblycompiler-constructionld

Read More
Program at any address in ARM cortex M3 assembler...


assemblyarmcortex-m

Read More
How to perform DCD in C using __asm?...


assemblyarmcortex-marmcc

Read More
Fastest polling loop - how can I trim 1 CPU cycle?...


assemblycortex-mmicro-optimization

Read More
How to echo the data in the UART in ARM CORTEX-M3...


assemblyarmmicrocontrollercortex-mmicroprocessors

Read More
How to mark as clobbered input operands (C register variables) in extended GCC inline assembly?...


cassemblygccinline-assemblycortex-m

Read More
The machine restarts when it starts its own OS...


assemblygccx86osdevbios

Read More
Why register list of PUSH must not include PC?...


assemblyarmcpu-architecturecortex-minstruction-set

Read More
Why there is combination of earlyclobber and matching constraint in C inline assembly?...


cassemblygccinline-assembly

Read More
Calculation of relative offset in small code model...


c++assemblyx86-64abirelocation

Read More
How does arm svc instruction works?...


assemblyarminstruction-set

Read More
Why does adding a volatile qualifier to a variable not prevent instruction reordering?...


c++assemblyconcurrencyvolatile

Read More
Why does my Cortex-M4 assembly run slower than predicted?...


performanceassemblyarmcortex-m

Read More
Windows Loader operation on DLLs...


windowsassemblydlllinkerportable-executable

Read More
arm-none-eabi-as bne.n misbehaves (or I do)...


assemblygcccortex-marm-none-eabi-gcc

Read More
Can I directly run compiled code in windows?...


cassemblyx86-64

Read More
Loading XMM registers from address location...


c++assemblyssecpu-registers

Read More
Explanation needed for this assembler code...


cassemblyx86

Read More
What's the difference between a word and byte?...


assemblybytecpu-architectureterminologycpu-word

Read More
Recursive fib function, Incorrect output, cannot find what is causing error...


recursionassemblyriscv

Read More
Using the fasm, write an x86 assembly program that converts a user-entered integer from -100 to 100 ...


assemblyx86number-formattingfasm

Read More
Getting random number from 6502 assembler...


assemblyrandom6502c64

Read More
Why does 2's complement sign extension work by adding copies of the sign bit?...


assemblybinarybit-manipulationtwos-complementsign-extension

Read More
gcc efficient byte copy for ARM Cortex-M4...


assemblyarmmemcpycortex-m

Read More
Missing optimization: mov al, [mem] to bitfield-insert a new low byte into an integer...


cassemblyx86-64micro-optimization

Read More
Why MOV instruction is replaced by ADD instruction...


assemblyarmcortex-mraspberry-pi-picothumb

Read More
gcc, arm, inline assembly, BX produce unexpected results trying to jump over a goto section...


cassemblygccinline-assemblycortex-m

Read More
BackNext