==This is the results of borland c's segment pointers== These are the various memory models of the 8088 that are demonstrated here! ==tiny== local variable bee= 168E:FFF4 far pointer value of pee= 168E:168E pointer value of pee= 168E ==small== local variable bee= 0116:FFF4 far pointer value of pee= 0116:0116 pointer value of pee= 0116 ==medium== local variable bee= 02FB:FFF2 far pointer value of pee= 02FB:02FB pointer value of pee= 02FB ==compact is what project 16 uses== local variable bee= 04DC:1000 far pointer value of pee= 0104:0104 pointer value of pee= 0104:0104 ==large== local variable bee= 04E7:0FFE far pointer value of pee= 02FB:02FB pointer value of pee= 02FB:02FB ==HUGE GUTS!== local variable bee= 0508:0FFE far pointer value of pee= 04C9:0134 pointer value of pee= 04C9:0134