Search code examples
Modify clock interrupt handler xinu...


assemblyx86operating-systeminterruptxinu

Read More
Binary Bomb Phase 5 issue (my phase 5 seems to be different from everyone elses)...


assemblyx86

Read More
How do I find the end of a string in x86 assembly?...


assemblyx86att

Read More
What is the Program Segment Prefix (PSP)?...


assemblydos

Read More
NASM - Adding two numbers - no output...


assemblyx86nasm

Read More
Multiple Conditions for an if-statement in Assembly MIPS...


cif-statementassemblymips

Read More
What is the default register state when program launches (asm, linux)?...


linuxassemblyx86cpu-registersabi

Read More
8086 Assembly Int 21h and Extended ASCII characters...


assemblyasciidosx86-16codepages

Read More
Adding 2D arrays in Assembly (x86)...


arraysassemblyx86

Read More
How to read and write x86 flags registers directly?...


assemblyx86eflags

Read More
Error in simple g++ inline assembler...


c++gccassemblyg++inline-assembly

Read More
arm inline assembly - store C variable in arm register...


cassemblyarm

Read More
What differs the bp and si when memory addressing in assembly (emu8086)?...


pointersassemblyx86-16emu8086memory-segmentation

Read More
How to add two numbers, integer and a float in NASM?...


gccassemblyx86nasmx87

Read More
How to change the eflags register value in GDB?...


debuggingassemblygdbflags

Read More
Curly brackets in xtensa dissasembly...


assemblyarduinoesp8266objdumpxtensa

Read More
moving memory operand to segment register,assembly(x86)...


assemblyx86nasmmasmmemory-segmentation

Read More
emu8086 - How do I make the font bigger in the editor...


assemblyemu8086

Read More
C - Read and set assembler registers...


cgccassemblycpu-registers

Read More
assembly arm - how do I read back a register value and store that in a plain c variable...


assemblyarminline-assemblycpu-registers

Read More
Code executes condition wrong?...


if-statementassemblyx86x86-16

Read More
ASM uses registers yet the CPU still has sufficient?...


assemblyx86operating-systemcpu-registerscontext-switch

Read More
Fastest way to set highest order bit of rax register to lowest order bit in rdx register...


assemblyoptimizationbit-manipulationx86-64micro-optimization

Read More
How does subtracting 0x1 - 0x80000000 cause an overflow?...


assemblyarmthumb

Read More
Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?...


performanceassemblyx86intel

Read More
How to convert UTF-16 to and from ASCII...


assemblyunicodeasciimipsutf-16

Read More
Micro fusion and addressing modes...


assemblyx86intelcpu-architectureiaca

Read More
How to check if a signed integer is neg or pos?...


assemblyx86negative-numbernegative-integer

Read More
Mips Assembly why is it not branching when my float is less then zero?...


assemblyfloating-pointmips

Read More
mips assembly functions, what should be the structure (example swap)...


assemblymips

Read More
BackNext