I was wondering if there was a thing in Soldat pascal that put a binary number into an int of some sort. Similar to doing $ prior a hex number. (so i can put it in constants)
Side question: Is it possible to get the value of a given set of bits... for example, the first 8 bits (far right 8 ) found inside of lets say an integer or whatever? (not so important) (like 1000000100100010 (33058) would be 00100010 (34))