Search code examples
NASM - error: label or instruction expected at start of line...


assemblyvisual-studio-2015nasmbootloaderx86-16

Read More
Why do bootloaders have to be written in 16-bit assembly?...


assemblyx86-64x86-16bootloader

Read More
Difference between SHL and SAL in 80x86...


assemblyx86x86-16bit-shiftinstruction-set

Read More
Assembly language code is giving inaccurate results. (8086 emulator)...


assemblyx86x86-16emu8086

Read More
nasm bios int 13h read sector issue...


assemblyx86x86-16bootloaderbios

Read More
Getting nasm -f obj and WarpLink to emit alignment for an empty last section...


assemblylinkernasmx86-16dos

Read More
MBR works in QEMU/BOCHS but not on real hardware...


assemblyx86-16bootloaderbios

Read More
16-bit x86 Assembly Kernel getting stuck when calling input function...


assemblyiokernelx86-16real-mode

Read More
What does 0x mean before a number?...


assemblyhexx86-16

Read More
nasm/ld "relocation truncated to fit: R_386_16"...


assemblynasmldx86-16bootloader

Read More
The use of ASSUME directive in 8086 instruction set...


assemblyemulationx86-16directivememory-segmentation

Read More
How does the bios know what type of BPB is present?...


assemblyx86x86-16bootloader

Read More
How to detect the slave PIC in an old PC using assembly?...


assemblyinterruptx86-16detection

Read More
Replacing int 21h vector in DOS...


assemblyinterruptx86-16dosretro-computing

Read More
Difference between .COM and .EXE files...


assemblylanguage-agnosticexecutablex86-16dos

Read More
Creating a COM file from text...


assemblybinaryasciix86-16dos

Read More
A working example of the CLI and STI instructions in x86 16-bit assembly...


assemblyx86interruptx86-16

Read More
Assembler that reads 3 decimal numbers L1,L2,L3 two digits mostly then indicate whether these number...


assemblydecimalx86-16emu8086triangle

Read More
How can I prevent an infinite loop in my 8086 assembly program that displays even numbers from 00 to...


assemblyx86-16seven-segment-display

Read More
Why does working Assembly code not work when loaded into different memory by disk read?...


assemblyx86x86-16bootloaderosdev

Read More
Register corruption when iterating in a nested loop...


assemblyx86x86-16bootloaderreal-mode

Read More
Multidimensional Arrays in Assembly Language...


assemblymultidimensional-arrayx86-16

Read More
How do I use the int 16h interrupt to store a number of more than one digit typed from the keyboard?...


assemblyx86nasmx86-16interruption

Read More
How to change addresses of opcodes in executable binary files x86 16bit assembly?...


assemblyx86x86-16

Read More
FBSTP stores wrong value...


assemblyx86-16x87fpu

Read More
Switch text mode to video mode in assembly...


assemblyvideographicsx86-16dosbox

Read More
How do you translate the fractional part of a short real number as returned by the 8087 co-processor...


assemblybinarynumbersx86-16real-number

Read More
Performing multiplication of 32-bit numbers in 16-bit real mode in order to traverse FAT table...


assemblyx86-16bootloaderreal-modefat32

Read More
Issue when running Makefile on boot.asm, "init :: non dos media"...


assemblymakefilex86-16bootloaderosdev

Read More
What is the easiest way to draw a perfectly filled circle (aka disc) in assembly?...


assemblygraphicsnasmx86-16tasm

Read More
BackNext