]> 4ch.mooo.com Git - 16.git/blob - 16/segm/BPEE
==== Major release of EXMMTEST && EXMMBC ^^ it works!! yay!! ====
[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=             16B8:FFF4\r
5 local variable bee=             FFF4\r
6 far pointer value of pee=       16B8:16B8\r
7 pointer value of pee=           16B8\r
8 ==small==\r
9 local variable bee=             0130:FFF4\r
10 local variable bee=             FFF4\r
11 far pointer value of pee=       0130:0130\r
12 pointer value of pee=           0130\r
13 ==medium==\r
14 local variable bee=             0340:FFF2\r
15 local variable bee=             FFF2\r
16 far pointer value of pee=       0340:0340\r
17 pointer value of pee=           0340\r
18 ==compact is what project 16 uses==\r
19 local variable bee=             0524:1000\r
20 local variable bee=             0524:1000\r
21 far pointer value of pee=       011E:011E\r
22 pointer value of pee=           011E:011E\r
23 ==large==\r
24 local variable bee=             0530:0FFE\r
25 local variable bee=             0530:0FFE\r
26 far pointer value of pee=       0340:0340\r
27 pointer value of pee=           0340:0340\r
28 ==HUGE GUTS!==\r
29 local variable bee=             054F:0FFE\r
30 local variable bee=             054F:0FFE\r
31 far pointer value of pee=       0510:0134\r
32 pointer value of pee=           0510:0134\r