Search code examples
What does "invalid command (error code 0x01)" mean within BIOS int 13...


assemblyx86-16attbiosreal-mode

Read More
MASM x86 , ret returns to a wrong address...


assemblyx86-16masmreal-modememory-segmentation

Read More
NASM: Invalid effective address in Real Mode...


assemblynasmx86-16osdevreal-mode

Read More
Why isn't INT 31H set up properly even with a DPMI host active?...


assemblyx86dosreal-modewindows-3.1

Read More
Why I read 0H after a character write in vga graphic mode?...


assemblyx86x86-16osdevreal-mode

Read More
What's under 0x400000 in virtual memory?...


linuxlinux-kernelvirtual-memoryreal-modeprotected-mode

Read More
How addressing works in assembly x86 Real Mode? Why does label return different values?...


assemblyx86nasmbootloaderreal-mode

Read More
What are the segment and offset in real mode memory addressing?...


assemblyx86x86-16real-modememory-segmentation

Read More
Relocating bootloader into EBDA?...


x86bootloaderbiosreal-mode

Read More
Any way to list the BIOS drive numbers in real mode...


assemblyx86nasmbiosreal-mode

Read More
call in x86 real mode does not save return address...


assemblyx86x86-16bootloaderreal-mode

Read More
Acessing $eip via gdb fails in real mode...


x86gdbnasmldreal-mode

Read More
How to make 20 bit address by using two 16 bit registers?...


assemblyx86-16real-modememory-segmentation

Read More
How can I create a power function in assembly?...


assemblyx86-16qemubootloaderreal-mode

Read More
What is a paragraph (when referring to memory)...


assemblyx86-16real-modememory-segmentation

Read More
Stack write order and code execution order...


assemblystackdosx86-16real-mode

Read More
Real mode interrupt works if I use call, doesn't work(won't execute) if I use INT...


assemblyx86-16interrupt-handlingosdevreal-mode

Read More
When I call A ASM function in C the parameters don't appear on the stack...


assemblygccx86nasmreal-mode

Read More
How do I link an object file generated from C code, a static library and a NASM generated object fil...


cassemblylinkerdosreal-mode

Read More
Programmable Interrupt Controller: PIC1 and PIC2 are not returning zeros in real mode...


cx86x86-16real-modeia16-gcc

Read More
How does the segment:offset addressing scheme work?...


x86x86-16real-modememory-segmentation

Read More
How to print matrix with int10h?...


assemblyprintingdrawtasmreal-mode

Read More
Why isn't my code working when adding .386?...


assemblyx8632-bittasmreal-mode

Read More
assembly emu8086 diagonal line...


assemblybiosemu8086real-mode

Read More
How to get segment memory address, when i have physical address?...


assemblyx86-16real-modememory-segmentation

Read More
CONCEPT OF MOV AX,CS and MOV DS,AX...


assemblyx86-16real-modememory-segmentation

Read More
Are Extended general-purpose and special-purpose registers supported in x86_32 virtual 8086 and real...


assemblyx86x86-16cpu-registersreal-mode

Read More
Generating address of a instruction using Code Segment and Instruction Pointer...


x86-16microprocessorsreal-modememory-segmentation

Read More
NASM. Square brackets return relative location. How to find absolute?...


assemblynasmx86-16qemureal-mode

Read More
How can I copy memory data from pointer to array ASSEMBLY 8086...


cassemblymasmx86-16real-mode

Read More
BackNext