X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsegm%2FBPEE;h=f131e9b1e1a84cfb1d369a75b1187a3afe8dfc60;hb=5affa9ada210944795d8a3b82f55f8cb1b36e74d;hp=6bcc9bb0014d590336a35bdeaba2425c7fb099eb;hpb=ff4598f61144bbbe46b26e553ab9a3e1d5eba014;p=16.git diff --git a/16/segm/BPEE b/16/segm/BPEE index 6bcc9bb0..f131e9b1 100644 --- a/16/segm/BPEE +++ b/16/segm/BPEE @@ -1,35 +1,32 @@ -bee=18DC:FFF4 -pee=18DC:18DC -pee=18DC -pee=18dc -pee=6364 -"====" -bee=0354:FFF4 -pee=0354:0354 -pee=0354 -pee=354 -pee=852 -"====" -bee=035A:FFF2 -pee=035A:035A -pee=035A -pee=35a -pee=858 -"====" -bee=051E:1000 -pee=0388:0388 -pee=0388:0388 -pee=388 -pee=904 -"====" -bee=052B:0FFE -pee=038E:038E -pee=038E:038E -pee=38e -pee=910 -"====" -bee=054A:0FFE -pee=050B:03E2 -pee=050B: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