CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
x86
09-16
Blockchain
Step-by-step explanation of basic C / x86 assembly code for pointer dereference and multiply
09-13
database
Energy consumption per x86 instruction?
09-12
OS
Nasm x86-32: int to string
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-07
other
Overflow flag set to 1 after ROL operation even though it should be undefined
09-05
Blockchain
WinDbg evaluate ebp 12
09-04
Enterprise
Does the existence of PAGE_EXECUTE_READWRITE as an option in VirtualAlloc mean that the W^X is only
09-04
database
IBM 5150 - int 21h corrupts segment registers
09-02
Net
Acquire-release on x86
08-31
other
How to prevent gcc from reordering x86 frame pointer saving/setup instructions?
08-29
other
What causes x86-64 Page Fault with only the Write bit set when a hardware interrupt happens while CP
08-28
front end
Does anyone have an example where _mm256_stream_load_si256 (non-tempral load to bypasse cache) actua
08-28
front end
Problem in understanding the overflow flag (OF) as defined by the IMUL instruction
08-22
database
Do source and destination operands need to be the same size?
08-19
Net
Unexpected page fault when writing return value from assembly procedure
08-18
database
Unnecessary pushing of registers to the stack when others with the same value exist, why?
08-18
database
Omitting the code segment directive in 8086 assembly? (emu8086)
08-17
Blockchain
How would I concate 2 strings into a one in assembly? (NASM)
08-12
OS
Does x86_64 CPU use the same cache lines for communicate between 2 processes via shared memory?
08-12
OS
Globally Invisible load instructions
08-02
Blockchain
Why same lgdt opCode display difference on objdump and bochs
07-29
Mobile
How does kernel_thread_helper pass parameters to kernel thread function using inline assembly?
07-26
Mobile
Fastest way to take the average of two signed integers in x86 assembly?
07-26
Software engineering
Is uops.info wrong about vinserti128?
07-25
other
How do I draw a pixel in VESA VBE?
07-25
other
How can I fix my VBE implementation for my OS?
07-24
Blockchain
What is the simplest way to get a higher resolution Graphics Mode?
07-23
database
Kernel stops working when an interrupt occurs
07-21
Blockchain
How do I fix my double-buffer not drawing to screen?
07-21
Mobile
Why am I getting flickering in the display
07-20
Enterprise
x86 protected mode interrupts causes triple fault
07-20
Enterprise
`test` vs `cmp` for one-bit registers comparison
07-18
other
How to use VESA mode in vmware or Virtualbox?
07-17
other
Why won't the pixels I try to draw into VGA memory show up?
07-16
OS
Why does NASM system call number perform 2 different operations despite specifying the same call num
07-16
front end
Two shellcodes in one program result in segfault, how can I pass shellcode as parameter to a functio
07-14
Back-end
x86, amd64: Why SIGTRAP' ucontext instruction pointer does not point to related int3
07-14
Back-end
How to print inputted text in x86 assembly
07-12
Net
Strange uses of movzx by Clang and GCC
290
1
2
3
4
5
6
7
8
Next
Last
Links:
CodePudding