Search code examples
Why was NOP assigned to 0x90 in x86 assembly?...


assemblyx86opcodemachine-codeno-op

Read More
How Can I Convert Assembly Code to Machine Code In Java...


javaassemblycpu-architecturemachine-code

Read More
What compiler would I use to write machine language?...


assemblymachine-code

Read More
Why does my machine code not behave as expected?...


assemblyx86-16machine-codedosbox

Read More
Declaring OP codes as a sequence of word and bytes...


assemblyreverse-engineeringx86-16machine-codeopcode

Read More
Avoiding 0xFF bytes in shellcode using CALL to read RIP?...


assemblyx86-64shellcodemachine-code

Read More
How to input a string containing between 1 and 50 characters.(Assembly)...


stringassemblymasmirvine32machine-code

Read More
Jumps for a JIT (x86_64)...


assemblycompiler-constructionx86-64jitmachine-code

Read More
MIPS labels storage location...


assemblymipsmachine-code

Read More
REX.W prefix on x86-64 MOV instruction with segment register...


assemblyx86-64instructionsmachine-code

Read More
6502 CPU Emulation...


emulationmachine-code6502

Read More
How to convert / encode a negative number as an immediate in MIPS machine code...


binarymipstwos-complementmachine-codeimmediate-operand

Read More
Intel REX Encoding of PUSH...


assemblyx86-64intelgnu-assemblermachine-code

Read More
Toolkits for compiling into a custom machine language...


assemblyvirtual-machinemachine-code

Read More
What is the difference between machine code and opcode?...


phpassemblyopcodemachine-codevm-implementation

Read More
Rex prefix decoding for intel x64 arch...


assemblyx86-64intelopcodemachine-code

Read More
Trouble Reading Bin File Output of NASM through a Hex Converter...


assemblyhexx86-64machine-code

Read More
How does JIT compilation actually execute the machine code at runtime?...


compiler-constructioncompilationllvmjitmachine-code

Read More
Load to 16bit register, least significant bit in first or second register?...


assemblyendiannessmachine-codez80

Read More
Is it possible to decode x86-64 instructions in reverse?...


assemblyx86x86-64disassemblymachine-code

Read More
changing mnemonic changes address...


assemblyx86gdbmachine-code

Read More
What does 'escape opcode' mean?...


assemblyencodingx86opcodemachine-code

Read More
What is the sizeof() equivalent in machine code?...


assemblyx86-64machine-code

Read More
Which x86 instruction has a 10-byte immediate?...


assemblyx86x86-64machine-codeinstruction-set

Read More
x64 MOV 32-bit immediate to 64-bit register...


assemblyx86-64instructionsmachine-codeimmediate-operand

Read More
Why aren't EXE's in binary?...


c++binaryexecutablemachine-code

Read More
Are Bytecode and Assembly Language the same thing?...


assemblyvirtual-machinebytecodecilmachine-code

Read More
Implementing breakpoints that resume safely in multithreaded code...


c++debuggingx86-64breakpointsmachine-code

Read More
How do JIT compilers stay ahead of executing machine code?...


jvmexecutablejitmachine-code

Read More
Is it possible, or how hard it is, to change the op code of an instruction in x86 architecture?...


assemblyx86cpu-architecturemachine-code

Read More
BackNext