Search code examples
Assign a decimal value to a REAL8 local variable using MASM...


assemblyfloating-pointx86-64masmieee-754

Read More
Use of NASM's __?float?__ macros...


assemblyfloating-pointx86-64nasm

Read More
Set all bits in CPU register to 1 efficiently...


assemblyarmmipsx86-64

Read More
What is the purpose of the PowerPC instruction `bcctr`?...


assemblypowerpcinstruction-set

Read More
Is there a way to reference/index/pointer an item in a std::stack?...


c++assemblystackvirtual-machine

Read More
How to remap a kernel...


cassemblykernelvirtual-memoryosdev

Read More
Why can't stdcall handle varying amounts of arguments?...


cassemblywinapicalling-convention

Read More
How do I draw a pixel in VESA VBE?...


cassemblyx86osdevvesa

Read More
CMP instruction behaving weirdly if operand is over 127?...


assemblyx86-16bootloadergnu-assemblermachine-code

Read More
How RISC reducing cycles while having many instructions?...


assemblycpu-architecturerisc

Read More
How many AMD exclusive instructions are there on zen 3 CPUs?...


assemblyx86cpuinstruction-setamd-processor

Read More
Why does eax get cleared before `leave`?...


assemblyx86-64

Read More
How do I replace last characters with 0?...


assemblyx86masmirvine32

Read More
Does it make sense for a clean-slate 64-bit instruction set to have 64-bit registers only? No need t...


assemblycpu-architecturecpu-registers

Read More
What is the simplest way to get a higher resolution Graphics Mode?...


cassemblyx86osdevvga

Read More
How can I convert assembly code into binary code?...


assemblybinaryx86-64instruction-encoding

Read More
Efficiently loading both RAX and R8 with the same small positive number...


assemblyx86-64micro-optimizationinstruction-encoding

Read More
How to set cursor position and color of a pattern in assembly language?...


assemblyx86-16tasmdosbox

Read More
How to print the values after using the push and pop stack...


assemblyx86dosdosbox

Read More
6502 assembler random number problems...


assembly6502

Read More
Find minimum and maximum in MIPS...


assemblymipscpu-architecture

Read More
What's the difference between the .asciz and the .string assembler directives?...


gccassemblyx86directivegnu-assembler

Read More
Why am I getting flickering in the display...


c++assemblyx86osdev

Read More
how and on what is a physical alarm clock programmed...


assembly

Read More
what is the purpose of "movl $0, %ebx" or getting 0 into ebx before an int $0x80 Linux SYS...


linuxassemblyx86system-calls

Read More
Interleave bits efficiently...


c++algorithmmathassemblybit-manipulation

Read More
`test` vs `cmp` for one-bit registers comparison...


assemblyoptimizationx86x86-64micro-optimization

Read More
Can't load a word into register...


assemblyarm

Read More
x86 protected mode interrupts causes triple fault...


assemblygccx86qemuosdev

Read More
What does MSL do in the ARM instruction MOVI <Vd>.<T> #<imm8>, MSL #amount...


assemblyarmarm64armv8capstone

Read More
BackNext