summaryrefslogtreecommitdiff
path: root/bcc/bcc.doc
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2004-01-24 16:27:32 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commitbeba34dc223aa0dcf3e5f696966c5e8408b022c3 (patch)
treeea0523ac242bd3e877338e9a771b975d4cd3839a /bcc/bcc.doc
parentb5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 (diff)
downloaddev86-beba34dc223aa0dcf3e5f696966c5e8408b022c3.tar.gz
Import Dev86src-0.16.15.tar.gzv0.16.15
Diffstat (limited to 'bcc/bcc.doc')
-rw-r--r--bcc/bcc.doc4
1 files changed, 3 insertions, 1 deletions
diff --git a/bcc/bcc.doc b/bcc/bcc.doc
index acf4ab0..31c19f9 100644
--- a/bcc/bcc.doc
+++ b/bcc/bcc.doc
@@ -1,3 +1,5 @@
+WARNING: This document bis out of date; it's kept mainly for the 6809 notes.
+
bcc options
-----------
@@ -15,7 +17,7 @@ outfile stdout for preprocessor output
somewhere/file.[cis] -> file.o for assembler output
a.out for ld output
--ansi Pass the source through '/usr/bin/unprotoize' first
+-ansi Pass the source through 'unproto' first
-0 8086 target (works even on 80386 host)
-3 80386 target (works even on 8086 host)
-A pass remainder of option to assembler (e.g. -A-l -Alistfile for a listing)