X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsegm%2FBPEE;h=f131e9b1e1a84cfb1d369a75b1187a3afe8dfc60;hb=5affa9ada210944795d8a3b82f55f8cb1b36e74d;hp=49232ca2734e00cb7e0f8c3ecc444fd8aaf94712;hpb=fa85d01ecbf4e2da3ac192e1a24fef61ef0cf105;p=16.git diff --git a/16/segm/BPEE b/16/segm/BPEE index 49232ca2..f131e9b1 100644 --- a/16/segm/BPEE +++ b/16/segm/BPEE @@ -1,32 +1,32 @@ ==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=18E4:FFF4 -pee=18E4:18E4 -pee=18E4 -pee=18e4 +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=035C:FFF4 -pee=035C:035C -pee=035C -pee=35c +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=0362:FFF2 -pee=0362:0362 -pee=0362 -pee=362 +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=051E:1000 -pee=0390:0390 -pee=0390:0390 -pee=390 +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=052A:0FFE -pee=0396:0396 -pee=0396:0396 -pee=396 +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=054B:0FFE -pee=050C:03E2 -pee=050C:03E2 -pee=3e2 +local variable bee= 054F:0FFE +local variable bee= 054F:0FFE +far pointer value of pee= 0510:0134 +pointer value of pee= 0510:0134