Search code examples
16 bit assembly sending character to serial port...


assemblyx86serial-portmasm

Read More
Is there a typo/bug in the documentation of the loop instruction?...


assemblyx86intelmanual

Read More
Subtraction of Two Arrays and Stores Result in 3rd array and display the result on screen in Assembl...


arraysassemblyx86-16subtractionemu8086

Read More
Why stack frame aligned by 24 bytes?...


assemblyx86-64

Read More
Temporality of ST64B and MOVDIR64B...


assemblyx86-64cpu-architecturearm64micro-architecture

Read More
deleting a char from a "string" in mips...


stringassemblyreplacemipsqtspim

Read More
Why does the ADD command in Donald Knuths number one program written on MIX set the overflow to ON?...


assemblyknuthtaocp

Read More
single back slash and double back slash in #define statement, and what is the starting .L for singal...


assemblyc-preprocessorarm64

Read More
Assembly routine to add matrices not giving expected output...


assemblyx86x86-64masm

Read More
Assembly Pong - deleting the ball in a more efficient way...


assemblyx86-16pong

Read More
STM32F407 - can't write to RAM (assembly)...


assemblystm32stm32f4discovery

Read More
GNU ARM assembler giving a seemingly irrelevant register in error message...


cassemblyarmgnuinline-assembly

Read More
Reverse multiplication with unknown dx - solve for original AX after multiple mul/add constant steps...


assemblyx86reverse-engineeringlcg

Read More
Combining two MIPS programs to convert lowercase to uppercase and vice versa...


assemblymipsmips32

Read More
Any possible way to re-program a USB drive's microcontroller?...


assemblymicrocontrollerusb-drivehardware

Read More
Attempting to make my own loader, but cannot implement the data section...


clinuxassemblyx86-64binaryfiles

Read More
Is there a one byte "trap" instruction in x86?...


assemblyx86

Read More
Not getting system timer interrupts on QEMU aarch64 emulation...


assemblyarmqemu

Read More
MinGW 32 "undefined reference to `ExitProcess@4'"...


assemblylinkernasmmingw32portable-executable

Read More
Labeling stack local variables (asm)...


assemblygccarm

Read More
How do instructions from a program get sent to different memory levels? Are they pre-loaded when the...


assemblymemorycpucpu-architectureinstructions

Read More
I want my Assembly Code to takes user input and outputs it along with other text but the output isn&...


linuxassemblyx86-64user-inputnasm

Read More
How to output ARM V8 assembly from LLVM IR?...


cassemblyllvmllvm-irarmv8

Read More
llc: Too many positional arguments specified (error generating assembly from llvm-ir)...


assemblyllvmllvm-ir

Read More
Why we copy CS into DS in 8086?...


assemblyx86-16

Read More
What does the operand of this mov instruction underlined in this image mean?...


assemblyx86

Read More
Why does the compiler copy RDI to another register, and then copy it back to RDI inside a loop?...


cassemblyx86-64

Read More
Will an implicit stack switch occur when switching from compatibility mode to 64-bit mode at the sam...


assemblyx86-64stack-memorymemory-segmentation

Read More
Adding a redundant assignment speeds up code when compiled without optimization...


performanceassemblyx86cpu-architecturemicro-architecture

Read More
Is it possible for a program to read itself?...


linuxassemblyx86-64nasm

Read More
BackNext