aboutsummaryrefslogtreecommitdiffstats
path: root/p2bin.res
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
committerfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
commit333b605b2afd472b823aeda0adf0e8b1ea9843c0 (patch)
treebc8f581317897e2e53f278f1716b4471fcdccd4f /p2bin.res
downloadasl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.tar.gz
asl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.tar.bz2
asl-333b605b2afd472b823aeda0adf0e8b1ea9843c0.zip
initial commit from asl-1.41r8.tar.gzHEADmaster
Diffstat (limited to 'p2bin.res')
-rw-r--r--p2bin.res46
1 files changed, 46 insertions, 0 deletions
diff --git a/p2bin.res b/p2bin.res
new file mode 100644
index 0000000..99f535a
--- /dev/null
+++ b/p2bin.res
@@ -0,0 +1,46 @@
+;* p2bin.res
+;*****************************************************************************
+;* AS-Portierung *
+;* *
+;* Stringdefinitionen fuer P2BIN *
+;* *
+;* Historie: 3. 6.1996 Grundsteinlegung *
+;* *
+;*****************************************************************************
+
+Include header.res
+
+Include tools2.res
+
+;------------------------------------------------------------------------------
+; Ansagen
+
+Message InfoMessChecksum
+ "Pr&uuml;fsumme: "
+ "checksum: "
+
+Message InfoMessHead2
+ " <Quelldatei(en)> <Zieldatei> [Optionen]"
+ " <source file(s)> <target file> [options]"
+
+Message InfoMessHelp
+ "\n" \
+ "Optionen: -f <Headerliste> : auszufilternde Records\n" \
+ " -r <Start>-<Stop> : auszufilternder Adre&szlig;bereich\n" \
+ " ($ = erste bzw. letzte auftauchende Adresse)\n" \
+ " -l <8-Bit-Zahl> : Inhalt unbenutzter Speicherzellen festlegen\n" \
+ " -s : Pr&uuml;fsumme in Datei ablegen\n" \
+ " -m <Modus> : EPROM-Modus (odd,even,byte0..byte3)\n" \
+ " -e <Adresse> : Startadresse festlegen\n" \
+ " -S [L|B]<L&auml;nge> : Startadresse voranstellen\n" \
+ " -k : Quelldateien automatisch l&ouml;schen\n"
+ "\n" \
+ "options: -f <header list> : records to filter out\n" \
+ " -r <start>-<stop> : address range to filter out\n" \
+ " ($ = first resp. last occuring address)\n" \
+ " -l <8-bit-number> : set filler value for unused cells\n" \
+ " -s : put checksum into file\n" \
+ " -m <mode> : EPROM-mode (odd,even,byte0..byte3)\n" \
+ " -e <address> : set entry address\n" \
+ " -S [L|B]<length> : prepend entry address to image\n" \
+ " -k : automatically erase source files\n"