mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5532507d34
Converts Intel assembly language (nasm) to AT&T syntax (gas). PR: 11672 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
--- intel2gas.cc.orig Wed May 5 10:53:34 1999
|
|
+++ intel2gas.cc Wed May 12 12:26:47 1999
|
|
@@ -428,7 +428,7 @@
|
|
static void printHelp(char const *infostr)
|
|
{
|
|
fprintf(stderr,"%s\n"\
|
|
- "usage: intel2gas [options] [infile] [-o outfile]\n"\
|
|
+ "usage: intel2gas [options] [-o outfile] [infile]\n"\
|
|
"where options include:\n"\
|
|
"\t-h\t\tthis help\n"\
|
|
"\t-i\t\tconvert from intel to at&t format (default)\n"\
|