summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-09-22 17:44:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:35 +0200
commit2233d47f9d89c107b6c425626d6eb2669363b055 (patch)
tree429df42a8f6ed7174868af04edd364cd778a4d54 /man
parentec5f28e3f1400b5dacb88eda2d9db472a20b4349 (diff)
downloaddev86-2233d47f9d89c107b6c425626d6eb2669363b055.tar.gz
Import Dev86src-0.14.5.tar.gzv0.14.5
Diffstat (limited to 'man')
-rw-r--r--man/Makefile4
-rw-r--r--man/as86.16
-rw-r--r--man/bcc.12
-rw-r--r--man/index.btbin0 -> 8192 bytes
4 files changed, 7 insertions, 5 deletions
diff --git a/man/Makefile b/man/Makefile
index b4557a0..3177b61 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -6,7 +6,7 @@ MAN1DIR=$(MANDIR)/man1
all:
install:
- install -m 755 -o man -g other -d $(MAN1DIR)
- install -m 644 -o man -g other $(MAN1PG) $(MAN1DIR)
+ install -m 755 -d $(MAN1DIR)
+ install -m 644 $(MAN1PG) $(MAN1DIR)
clean:
diff --git a/man/as86.1 b/man/as86.1
index 25c1515..84a1626 100644
--- a/man/as86.1
+++ b/man/as86.1
@@ -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
diff --git a/man/bcc.1 b/man/bcc.1
index fab6275..5e7d85f 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -168,7 +168,7 @@ output file name follows (assembler, object or executable) (as usual)
.B -p
error (profiling not supported)
.TP
-.B -t
+.B -t1
pass to the assembler to renumber the text segment for multi-segment programs.
.TP
.B -v
diff --git a/man/index.bt b/man/index.bt
new file mode 100644
index 0000000..7f83633
--- /dev/null
+++ b/man/index.bt
Binary files differ