]> 4ch.mooo.com Git - 16.git/blob - 16/segm/BPEE
ok
[16.git] / 16 / segm / BPEE
1 ==This is the results of borland c's segment pointers==\r
2 These are the various memory models of the 8088 that are demonstrated here!\r
3 ==tiny==\r
4 local variable bee=             168E:FFF4\r
5 far pointer value of pee=       168E:168E\r
6 pointer value of pee=           168E\r
7 ==small==\r
8 local variable bee=             0116:FFF4\r
9 far pointer value of pee=       0116:0116\r
10 pointer value of pee=           0116\r
11 ==medium==\r
12 local variable bee=             02FB:FFF2\r
13 far pointer value of pee=       02FB:02FB\r
14 pointer value of pee=           02FB\r
15 ==compact is what project 16 uses==\r
16 local variable bee=             04DC:1000\r
17 far pointer value of pee=       0104:0104\r
18 pointer value of pee=           0104:0104\r
19 ==large==\r
20 local variable bee=             04E7:0FFE\r
21 far pointer value of pee=       02FB:02FB\r
22 pointer value of pee=           02FB:02FB\r
23 ==HUGE GUTS!==\r
24 local variable bee=             0508:0FFE\r
25 far pointer value of pee=       04C9:0134\r
26 pointer value of pee=           04C9:0134\r