CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
x86-64
09-14
Software engineering
Error while trying to compile nasm object code with gcc
09-11
Software design
Confusion about the many ways of saving variables in assembly, aka .skip .equ and .quad
09-07
Enterprise
How to host a arm64 docker container on azure container apps
09-05
Software design
How to use 1GB hugepages in DPDK?
09-05
Mobile
Java volatile memory ordering and its compilation on x86-64
09-04
database
sse4 packed sum between int32_t and int16_t (sign extend to int32_t)
09-03
Software engineering
gdb commands gdbstub to write to _Unwind_DebugHook memory location
09-02
Net
Acquire-release on x86
08-28
front end
LEA vs MOV INC for incrementing a variable and storing it in another one?
08-25
Software design
lea or mov inc for incrementing a variable and storing it in another one?
08-24
Software design
The VGA text mode cursor does not move or hide
08-24
Software design
Setting breakpoints in GDB on a program build with YASM -g dwarf2 changes program behaviour and segf
08-24
Enterprise
Linux syscall documentation
08-22
Mobile
Visual Studio debugger not working for a DLL build from assembly source files?
08-22
database
Do source and destination operands need to be the same size?
08-22
Net
"Hello world" in x64 assembly for Windows - Shadow space / Stack alignment
08-21
Mobile
Will this call be executed in assembly?
08-20
Back-end
Using CPUID to get cache size in Ryzen CPU
08-20
Blockchain
Using CPUID to get cache size en Ryzen CPU
08-19
Mobile
Problem with !vtop in windbg for converting a virtual address to a physical one, using the page tabl
08-13
Blockchain
Link MinGW .a static C libraries with GoLink
08-12
OS
Does x86_64 CPU use the same cache lines for communicate between 2 processes via shared memory?
08-08
database
RIP register size
08-07
Mobile
Link static C libraries with GoLink
08-05
Back-end
Is there a way to check if virtualisation is enabled on the BIOS using C ?
08-01
Back-end
Is the caller or callee responsible for freeing shadow store in x64 assembly (windows)?
07-27
Back-end
nasm linux x64 how do i find and cmp EOF to stop printing data from file to screen
07-25
other
Assign a decimal value to a REAL8 local variable using MASM
07-25
Software design
Efficiently loading both RAX and R8 with the same small positive number
07-23
Blockchain
volatile variable updated from multiple threads C
07-23
database
bochs: can not load bootloader using a floppy image
07-23
database
Why does eax get cleared before `leave`?
07-20
Enterprise
`test` vs `cmp` for one-bit registers comparison
07-19
Net
how is a struct returned by value, in terms of assembly language, if that struct is too large to fit
07-16
Software engineering
Possible causes for icc (2019) with -O3 -march=native on Xeon Gold 6126 producing slower exe than -O
07-14
Back-end
x86, amd64: Why SIGTRAP' ucontext instruction pointer does not point to related int3
07-13
Back-end
Logical AND implementation in x86_64 Linux assembly
07-13
other
What prevents from copy_to_user to succeed on kmap'ed pages from a non-current task?
07-12
other
What is the smallest x86_64 Hello World ELF binary?
07-10
Mobile
Is the stack pre-allocated in a process?
214
1
2
3
4
5
6
Next
Last
Links:
CodePudding