What is 16 bit in different contexts ?

Refers to the number of bits that can be processed or transmitted in parallel, or thenumber of bits used for single element in adata format. The term is often applied to thefollowing: microprocessor: indicates the width of theregisters. A 16-bit microprocessor can processdata and memory addresses that are representedby 16 bits. bus : indicates the …

16 bits into the segment register…(GS)

software | Windows | These instructions read a full pointer from memory and store it in the selected segment register:register pair. The full pointer loads 16 bits into the segment register SS, DS, ES, FS, or GS source : http://pdos.csail.mit.edu/6.828/2008/readings/i386/LGS.htm software |GNU/Linux| (gdb) info registers rax 0xfffffffffffffdfc -516 rbx 0x5dc 1500 rcx 0xffffffffffffffff -1 rdx …