CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
assembly
01-18
database
What is the next step to my project Assembly x86
01-16
front end
Can the LEA instruction mimic every MOV instruction?
10-15
Net
Checking for two-digit numbers in assembly , and then summing them
10-04
Net
How to new line the printed string from the user in assembly code?
09-16
Blockchain
Step-by-step explanation of basic C / x86 assembly code for pointer dereference and multiply
09-15
Blockchain
Why can't I load a 64bit properly into a register?
09-14
Software design
NASM and clang/LLVM generating different object files
09-14
Software engineering
Error while trying to compile nasm object code with gcc
09-13
database
Energy consumption per x86 instruction?
09-12
OS
Nasm x86-32: int to string
09-11
Back-end
Replace one character with string in assembly language 8086
09-11
Back-end
Nasm x86-32 : writing bytes to a string
09-11
Software design
Confusion about the many ways of saving variables in assembly, aka .skip .equ and .quad
09-10
Mobile
Difference between binary disassembly generated for Rust and C in compiler explorer
09-10
Mobile
Are variables of type .double stored on two registers?
09-10
Software engineering
difference between assembly generated for Rust and C in compiler explorer
09-08
Enterprise
arm-none-eabi-as bne.n misbehaves (or I do)
09-08
Net
Does LSR affect C flag in arm64?
09-07
other
Overflow flag set to 1 after ROL operation even though it should be undefined
09-07
other
.S assembly code Macro to apply another macro to multiple registers in .S
09-06
Software engineering
Launching core 1 on the RP2040 with baremetal assembly
09-06
Mobile
When to use .byte over .ascii
09-05
Mobile
Quickest way to shift/rotate byte vector with SIMD
09-05
Mobile
Understanding jump address calculation for different bit ISA
09-05
Mobile
Java volatile memory ordering and its compilation on x86-64
09-05
Back-end
Why use adr and ldr x2, =var to get the address of a variable?
09-04
Blockchain
why called function can get arguments of parent-function by va_start()?
09-04
Software engineering
"Near jump or call to different CS" error in TASM 8086
09-04
database
IBM 5150 - int 21h corrupts segment registers
09-04
database
How should I create a binary file from a text file using a dictionary as lookup table in python
09-03
Back-end
Load value of register in 2 by 2 bytes to another register
09-03
Software engineering
Is there any way to understand if a raw binary firmware is Cortex-M or not?
09-03
Software engineering
gdb commands gdbstub to write to _Unwind_DebugHook memory location
09-02
OS
Segmentation fault at the very beginning of the method
09-02
Net
M68K: predecrement on the same register
09-02
Net
How do applications determine if instruction set is available and use it in case it is?
09-02
Net
Acquire-release on x86
08-31
other
How to prevent gcc from reordering x86 frame pointer saving/setup instructions?
08-30
Mobile
assembly weak symbol not working as (I) expected
08-29
other
What causes x86-64 Page Fault with only the Write bit set when a hardware interrupt happens while CP
922
1
2
3
4
5
6
7
8
9
10
Next
Last
Links:
CodePudding