Top "16-bit" questions

Referring to computer architecture with addresses and other data units 16 bits wide.

Confused with CMPSB instruction

I have been looking at this code and I'm confused about the rep cmpsb line. .LOOP: push cx mov cx, 0…

assembly nasm bootloader 16-bit osdev
C# bitwise shift on ushort (UInt16)

I need to perform a bitwise left shift on a 16-bit integer (ushort / UInt16), but the bitwise operators in C# …

c# bit-manipulation bitwise-operators 16-bit
Write graphics pixels in 16-bit assembly

I'm trying to develop my own very basic operating system for educational purposes. While coding the kernel, I tried to …

assembly x86 16-bit vga