Search code examples
How to set 1 second time delay at assembly language 8086...


assemblytimedelayx86-16

Read More
What is the proper octal representation of the encoding of the operand register in intel 8086?...


assemblyintelx86-16octalinstruction-encoding

Read More
8086 memory to accumulator encoding: why do mov al, [absolute] and mov ah, [absolute] have different...


assemblyx86-16disassemblymachine-codeinstruction-encoding

Read More
Convert C/C++ to 8086/88 Assembly...


c++cassemblygccx86-16

Read More
What does "int 21h" mean in Assembly?...


assemblysystem-callsinterruptdosx86-16

Read More
Looking for 16-bit c compiler for x86...


cx86x86-16real-mode

Read More
Looking for 16-bit x86 compiler...


c++embeddedx86-16

Read More
How to use GCC to compile C code to 8088 Assembly?...


cassemblygccx86-16

Read More
Cursor position not updating in 8086 Assembly language...


assemblyx86-16dosemu8086

Read More
Replace digit with a word and write to a file using assembler 8086...


assemblyx86-16dosbox

Read More
What would happen if the CS segment register is changed? (And how would you do so?)...


assemblyx86x86-16memory-segmentation

Read More
Why are we switching segments while calculating string length?...


stringassemblyx86-16subroutine

Read More
How to sum up all ascii values of elements in a stack in assembly x86...


assemblynasmx86-16

Read More
How can the Intel 8086 access the entirety of the address space at a given time when using memory se...


cpu-architectureintelx86-16memory-segmentation

Read More
MOV 8 bit to 16 bit register (al to bx)...


assemblyx86-16emu8086sign-extensionzero-extension

Read More
debug.exe from DOS 6.22 errored on assembling mov ax, imm16 with the `a` command; works in Win 2000...


debuggingassemblyvirtualboxx86-16dos

Read More
I have a problem with my kernel function "EXEC"...


assemblykernelnasmintelx86-16

Read More
text color Change in assembly (8086)...


assemblyx86-16tasmdosboxemu8086

Read More
How to read more that 10 characters in assembly?...


assemblynumbersoutputx86-16tasm

Read More
Can we set the SP register to 0 in x86 assembly real mode?...


assemblyx86x86-16osdevstack-pointer

Read More
How to fix error L2029 on microsoft 16-bit linker?...


assemblylinkermasmx86-1616-bit

Read More
Push all and pop all in emu8086...


assemblystackx86-16emu8086

Read More
Bootloader doesn't jump to stage 2 to display a message...


assemblynasmx86-16bootloaderosdev

Read More
Reverse engineer LCD Protocol used in MPC2000XL...


embeddedreverse-engineeringx86-16disassemblylcd

Read More
How OS code gets executed by microprocessor when microprocessor have limited set if instructions / o...


operating-systemx86-16microprocessorsopcode

Read More
How many registers are there in 8086/8088?...


x86cpux86-16cpu-registersmicroprocessors

Read More
assembly 8086 space invaders project, int 10h doesnt work...


assemblypixelgame-developmentx86-16bios

Read More
How to detect 16550 UART chip in MS-DOS x86 Assembly Language?...


assemblyserial-portx86-16dosuart

Read More
error in displaying result and executing the chosen arithmetic operation...


assemblycalculatorx86-16dosbox

Read More
What happens when the physical address corresponding to CS:IP is more than 20 bits in 8086?...


x86intelx86-16memory-addressreal-mode

Read More
BackNext