Search code examples
BIOS INT 10, AH=0E odd behavior in second stage...


assemblyx86-16bootloaderosdev

Read More
sort the array and print the smallest number in inline assembly in visual studio...


arrayssortingassemblyx86inline-assembly

Read More
Assembly function's data arrangment in data section...


assemblyx86-64cpu-architecturemicro-optimization

Read More
Problem with PIC18F45K50's ANSELE register...


assemblypicpic18mplab-x

Read More
A2118: cannot have segment address references with TINY model...


assemblyx86-16masmmemory-segmentation

Read More
Why are x86 registers named the way they are?...


assemblyx86naminghistorycpu-registers

Read More
A working example of the CLI and STI instructions in x86 16-bit assembly...


assemblyx86interruptx86-16

Read More
Assembly functions and labels that are jumped to; is 8-BYTE alignment necessary or not?...


assemblyx86memory-alignmentfasm

Read More
Error: Operation size not specified - NASM...


assemblynasmx86-16mov

Read More
How to replace the value of symbol in x86 assembly using gnu asembler macro? Compose register names ...


assemblyx86macrosx86-64gnu-assembler

Read More
Using Horizontal Neon intrinsics efficiently...


assemblyinline-assemblyarm64intrinsicsneon

Read More
Fibonacci Function in RISC V...


assemblyfibonacciriscvinteger-overflow

Read More
Is pop eip legal instruction?...


assemblyx86nasm32-bit

Read More
ARM Assembly Vector addition...


assemblyinline-assemblyarm64neon

Read More
Why won't pop work inside a function call? (NASM)...


assemblyx86operating-systemnasm

Read More
How to use an array in RISC-V Assembly...


assemblyriscv

Read More
Why do MWAIT Power Management hints cause premature wakeups?...


assemblyx86intelpower-management

Read More
Checking Prime number in 8086 Assembly...


assemblyprimesx86-16tasm

Read More
Get SSE version without __asm on x64...


c++assemblyvisual-c++ssecpuid

Read More
x86 LEA instruction doing ambiguous things...


cassemblyx86-64instruction-set

Read More
ASM x86_64 AVX: xmm and ymm registers differences...


assemblynasmx86-64avx

Read More
How to store data and display it with assembly arm64 macos...


macosassemblyarm64

Read More
Structure of an executable binary file?...


assemblybinaryexecutablebinaryfiles

Read More
How are the bytecodes for MIPS nop and sll differentiated?...


assemblymipscpu-architectureinstruction-setno-op

Read More
Is fdiv faster with a dword or qword argument?...


assemblyx86floating-pointcpu-architecturex87

Read More
Riscv: mhartid register...


assemblyriscv

Read More
Is it possible to hide a password defined within C++ code...


c++assemblyobfuscationinformation-hiding

Read More
XOR in assembly language linked with C++...


c++assemblyx86bitxor

Read More
Does FADDP ST(0), ST(1) make sense?...


assemblyx86instruction-setx87

Read More
Merging sorted arrays: I can't compare values from arrays...


arraysassemblymergex86-64att

Read More
BackNext