X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsegm%2FBPEE;h=f131e9b1e1a84cfb1d369a75b1187a3afe8dfc60;hb=5affa9ada210944795d8a3b82f55f8cb1b36e74d;hp=3714c9d7b681a153d39abfe05636c82bd752515d;hpb=4d803a69429c22aeeb410c987c3199b1b4de4462;p=16.git diff --git a/16/segm/BPEE b/16/segm/BPEE index 3714c9d7..f131e9b1 100644 --- a/16/segm/BPEE +++ b/16/segm/BPEE @@ -1,29 +1,32 @@ -pee=18C4:18C4 -pee=18C4 -pee=18c4 -pee=6340 -"====" -pee=034C:034C -pee=034C -pee=34c -pee=844 -"====" -pee=0352:0352 -pee=0352 -pee=352 -pee=850 -"====" -pee=0380:0380 -pee=0380:0380 -pee=380 -pee=896 -"====" -pee=0386:0386 -pee=0386:0386 -pee=386 -pee=902 -"====" -pee=050A:03E2 -pee=050A:03E2 -pee=3e2 -pee=994 +==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= 16B8:FFF4 +local variable bee= FFF4 +far pointer value of pee= 16B8:16B8 +pointer value of pee= 16B8 +==small== +local variable bee= 0130:FFF4 +local variable bee= FFF4 +far pointer value of pee= 0130:0130 +pointer value of pee= 0130 +==medium== +local variable bee= 0340:FFF2 +local variable bee= FFF2 +far pointer value of pee= 0340:0340 +pointer value of pee= 0340 +==compact is what project 16 uses== +local variable bee= 0524:1000 +local variable bee= 0524:1000 +far pointer value of pee= 011E:011E +pointer value of pee= 011E:011E +==large== +local variable bee= 0530:0FFE +local variable bee= 0530:0FFE +far pointer value of pee= 0340:0340 +pointer value of pee= 0340:0340 +==HUGE GUTS!== +local variable bee= 054F:0FFE +local variable bee= 054F:0FFE +far pointer value of pee= 0510:0134 +pointer value of pee= 0510:0134