This is true, but I was think in PC terms when typing the postKojack wrote:Maybe not on pc, but on other platforms it's still useful. The ARM cpu has both Arm (32bit) and Thumb (16bit) instruction sets, and you can switch between them at any time based on the lowest bit of the address of a jump instruction. Thumb instructions allow you to pack a lot of functionality into a much smaller space, and can run better on certain memory types. Arm code is more powerful than thumb code, but working with 32 bits can have an unneeded overhead.Unfortunatly, there is not really a big future in 16 bit assmbly.
Arm chips are all over the place these days.
But yes, in the general scheme of things 16 bit is still alive and well.