Top "16-bit" questions

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

Print integer to console in x86 assembly

When I add two values in 16 bit assembly, what is the best way to print the result to console? At …

assembly dos 16-bit
C# - Converting 8-bit or 16-bit grayscale raw pixel data

I need to be able to convert 8-bit or 16-bit grayscale pixel data into a file format that the .NET …

c# bitmap pixel grayscale 16-bit
Old 16-bit Application Causing GPF in WIN87EM.DLL, intermittently

I've got an old 16-bit application, that was developed for Windows 3.1. It preforms some calculations and is part of a …

windows virtualbox 16-bit
What are 16, 32 and 64-bit architectures?

What do 16-bit, 32-bit and 64-bit architectures mean in case of Microprocessors and/or Operating Systems? In case of Microprocessors, …

64-bit operating-system 32-bit microprocessors 16-bit
Can I convert a 16-bit .exe program to a 64-bit .exe?

I realize that there will likely be no special converter programs or anything easy like that for such a task, …

windows 16-bit recompile
Run 16-bit command line application on Windows 7 64-bit

I have 16-bit command line tools that I want to run on Windows 7 x64 I don't want to use a …

windows command-line 64-bit cmd 16-bit
How do I split a 16-bit value into two 8-bit values in VB.NET?

I have a 16-bit value like this: 0000000000000011 I want to split this in two 8-bit values like: 00000000 and 00000011 The 16-bit …

vb.net 16-bit 8-bit
Difference between C 8 bit 16-bit 32-bit compilers

This question may be redundant, but I didn't found exact answer. What is the Difference between C 8 bit 16-bit 32-bit …

c compiler-construction 32-bit 16-bit 8-bit
%ld format conversion for portability

I have a code base which is intended to compile without warnings and run without any glitches on multiple architectures, …

c++ x86 printf 32bit-64bit 16-bit
Shifting the Sign extended constant in MIPS

Why do we shift by 2 the sign extended 16bit constant in branching instruction in MIPS? I am confused with this …

constants mips bit-shift 16-bit sign-extension