Top "16-bit" questions

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

How to determine a Python variable's type?

How do I see the type of a variable whether it is unsigned 32 bit, signed 16 bit, etc.? How do I …

python types unsigned signed 16-bit
How to execute 16-bit installer on 64-bit Win7?

I am trying to install Sheridan controls (ActiveThreed 2.01) on Win7 64-bit, but evidently it is a 16-bit installer so it …

windows-7 64-bit 16-bit
What does OFFSET in 16 bit assembly code mean?

I am going through some example assembly code for 16-bit real mode. I've come across the lines: mov bx, cs …

assembly x86 masm x86-16 16-bit
Define 16 bit integer in C

I need to declare an integer in the size of 16 bit, in C. I know that short and int sizes …

c integer 16-bit stdint
How to use high and low bytes?

I am trying to represent 32768 using 2 bytes. For the high byte, do I use the same values as the low …

c++ byte bytearray bit 16-bit
16 bit Int vs 32 bit Int vs 64 bit Int

I've been wondering this for a long time since I've never had "formal" education on computer science (I'm in highschool), …

memory 64-bit int 32-bit 16-bit
Why is there no 2-byte float and does an implementation already exist?

Assuming I am really pressed for memory and want a smaller range (similar to short vs int). Shader languages already …

c++ floating-point 16-bit half-precision-float
c++ defined 16bit (high) color

I am working on a project with a TFT touch screen, with this screen there is an included library. But …

c++ colors color-picker 16-bit
Python and 16 Bit Tiff

How can I convert and save a 16 bit single-channel TIF in Python? I can load a 16 and 32 bit image without …

python tiff 16-bit
Numpy and 16-bit PGM

What is an efficient and clear way to read 16-bit PGM images in Python with numpy? I cannot use PIL …

python numpy 16-bit pgm