Title |
Δ |
Waiting for some time on Z80 CP/M
|
0.00 |
Why is the compiler using the frame pointer and link register?
|
0.00 |
Uint8 to mm0 register
|
+1.96 |
DOS stub in a PE file
|
0.00 |
memcpy doesn't do anything
|
0.00 |
TASM addressing off by one
|
0.00 |
How can I tell what architecture a microprocessor is from the assem...
|
0.00 |
Why does x86 commonly not allow a destination register that is not...
|
-1.15 |
source not found initsect.cpp
|
+0.36 |
Can compilers generate self modifying code?
|
+1.68 |
Why is there only one segment in .COM programs, both for the progra...
|
+0.37 |
How can memory destination BTS be significantly slower than load /...
|
0.00 |
How to run each "function" in a code section?
|
+1.04 |
Why don't we write assemblers and linkers that can handle C++ i...
|
0.00 |
How are relocations supposed to work in static PIE binaries?
|
-2.06 |
Is REP INSB interruptible?
|
0.00 |
Booting from iso image why memory address of bootloader is not 0x7c00
|
0.00 |
Why does the offset operator return a huge offset, whereas a variab...
|
-0.50 |
Does ADR x9, sub_xxxxxx call a subroutine? Why does code use ADR /...
|
-0.51 |
DOS inserting segment addresses at runtime
|
0.00 |
Does modern PC video hardware support VGA text mode in HW, or does...
|
-2.58 |
Difference between MOVZX r32, r/m16 and MOVZX r64, r/m16 in 64-bit...
|
0.00 |
gnu as claims to support extra local symbols with $. Why does this...
|
0.00 |
Verifying halting-problem on self-implemented pseudo-assembly
|
+1.33 |
Why does the Linux Kernel copy implementation use the AC flag?
|
0.00 |
x86 - GDT - Can GCC handle different segments (for code and data)?
|
0.00 |
Why rax is set to -ENOSYS before TRACE_IRQS_OFF
|
0.00 |
Decoding assembly from MSVC 32-bit release (homework). What does no...
|
0.00 |
How should the disassembly mode be chosen for bootloader code?
|
+1.85 |
Why are the initialization of a string from a function with std::st...
|
0.00 |
Is the sentence highlighted below, obtained from the /ENTRY page in...
|
0.00 |
.STACK is not allocating the correct size in MASM
|
0.00 |
How does the Linux kernel know how many bytes it should read from s...
|
+0.36 |
Why is D2D1CreateFactory Sending an error message in assembly
|
0.00 |
Why do calls to _Noreturn generate real calls instead of jumps?
|
0.00 |
Is this a defect in the `/SUBSYSTEM (Specify subsystem)`, a MS docu...
|
0.00 |
Intel x86 - Interrupt Service Routine responsibility
|
+1.69 |
Are there any other ways to write these "data" sections i...
|
+0.36 |
GCC seems to prefer small immediate values in comparisons. Is there...
|
-0.26 |
Why do forward reference ADR instructions assemble with even offset...
|
+1.15 |
Did old DOS C compilers implement double as 32-bit?
|
0.00 |
YASM [symbol+$$] Effective Address is Too Complex in a flat binary
|
+2.13 |
x64 doesn't seem to accept an entry point in the END directive...
|
0.00 |
Stop compiler from generating wrappers for imported functions
|
+0.37 |
How to change led direction depending on button pressed using C, PI...
|
0.00 |
Idiomatic way to distinguish two zero-arg constructors
|
-1.37 |
In assembly, is branching sometimes the same as jumping?
|
0.00 |
PUSH CS worked with TASM 1.01 but gives illegal indexing with TASM...
|
0.00 |
OS & Assembly: What prevents user mode from setting selector to...
|
+1.97 |
How should I obtain the `ModeR/M` byte corresponding to a `call dwo...
|
0.00 |