diff options
author | Robert de Bath <rdebath@poboxes.com> | 1998-09-22 17:44:32 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:40:35 +0200 |
commit | 2233d47f9d89c107b6c425626d6eb2669363b055 (patch) | |
tree | 429df42a8f6ed7174868af04edd364cd778a4d54 /man/as86.1 | |
parent | ec5f28e3f1400b5dacb88eda2d9db472a20b4349 (diff) | |
download | dev86-2233d47f9d89c107b6c425626d6eb2669363b055.tar.gz |
Import Dev86src-0.14.5.tar.gzv0.14.5
Diffstat (limited to 'man/as86.1')
-rw-r--r-- | man/as86.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -214,8 +214,10 @@ Set current segment. These can be preceded by the keyword .B .SECT .TP .B LOC -Set numeric segment 0=TEXT, 3=DATA,ROM,BSS, 15=MAX. Only segment zero is -in the text segment, all others are data. +Set numeric segment 0=TEXT, 3=DATA,ROM,BSS, 14=MAX. +The segment order set by the linker is now 0,4,5,6,7,8,9,A,B,C,D,E,1,2,3. +Segment 0 and all segments above 3 are assumed to be text segment. +Note the 64k size restrictions are not imposed for segments 3-14. .P Label type definition .TP |