Search code examples
Assembly language (MASM) and Spectre: Variant 2 (CVE-2017-5715) Branch Target Injection...


windowsassemblyx86masmspectre

Read More
Only the low half of EAX is zeroed? (MASM using .486 / .model flat,stdcall)...


assemblyx86masm

Read More
Accessing bit of a variable in assembly language...


assemblyx86x86-16masmmasm32

Read More
Incrementing a pointer by 1 in an array of words: loading a word from half way between two words?...


arraysassemblyx86-16masm

Read More
Counting number of elements equal to 1 in DW array...


assemblyx86masmmasm32

Read More
Assembly language program to count number of 1's in binary number...


assemblyx86masmhammingweight

Read More
MASM is it possible to create a recursive function without conditional statement?...


assemblyx86conditional-statementsmasm

Read More
How to use conditional statements in MASM Assembly Language for an age calculating program?...


if-statementassemblyconditional-statementsmasmmasm32

Read More
Converting problem: __asm__ __volatile__ from GNU C to MSVC for in / out wrappers...


cassemblyvisual-c++masminline-assembly

Read More
EMU 8086 stores wrong array element value in register...


assemblymasmemu8086

Read More
Assembly language numbers: is MOV AX,1 ASCII or integer...


assemblyx86asciimasmemu8086

Read More
toUpper procedure in MASM?...


assemblyproceduremasm

Read More
Dividing numbers in MASM using macros?...


assemblymasm

Read More
Checking if the result is 0 without CMP? Assembly x86 MASM...


assemblyx86masm

Read More
The interrupt signal is transmitted only once by the RTC...


assemblyx86x86-16masm

Read More
%line directive from NASM equivalent for MASM...


nasmmasm

Read More
Loop to display a message with simple y/n question to repeat the loop or end the program...


loopsassemblymasmmasm32

Read More
What is the alternate way of doing "add" and "carry" operation in Assembly Langu...


assemblyx86masmcarryflag

Read More
Adding a byte from memory to the AX register...


assemblyx86-16masmmicro-optimizationzero-extension

Read More
Assembler use of segment register...


assemblyx86masmaddressing-modememory-segmentation

Read More
"end main" directive breaks a MASM Hello World, works fine with "end"?...


assemblyx86masm

Read More
what is the meaning of dup('#') in assembly language...


assemblymasm

Read More
Prime finding - some array values getting overwritten?...


assemblyx86masm

Read More
Writeint not displaying the value in EAX register...


assemblymasmirvine32

Read More
My random number procedure prints garbage value in Graphic mode...


assemblyx86masm

Read More
Default storage format for negative integers...


assemblyx86masmtwos-complement

Read More
Having trouble making this assembly procedure work in Visual Studio...


assemblyx86masm

Read More
how to print negative integer using SWORD PTR(assembly lang)...


assemblymasmirvine32signed-integer

Read More
I can't assemble movd (MMX) instruction in my visual c express ediion 2008...


windowsassemblyx86masmmmx

Read More
Why my Dart implementation of an asm checksum macro does not work?...


dartassemblymasmchecksumcrc32

Read More
BackNext