Answer by
ATVRACING250ex (84)
16-bit programs are hard because computers these days are 32 or 64 bits. your computer might have no problem because 16 bits means theres 16 digits in the lines of code like 0100011101010011 where a 32 bit might just see it as 00000000000000000100011101010011. 16 bit on a 32 might work but 32 on a 16 will cause overflow and errors.