URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 178 |
Rev 290 |
Line 84... |
Line 84... |
}
|
}
|
else
|
else
|
i = FAILED;
|
i = FAILED;
|
|
|
if (i == FAILED || output_format == OUTPUT_NONE) {
|
if (i == FAILED || output_format == OUTPUT_NONE) {
|
printf("\nOpen8 Assembler v1.0b\n\n");
|
printf("\nOpen8 Assembler v1.0c (built May 3, 2021)\n\n");
|
printf("Based on WLA assembler by Ville Helin\n");
|
printf("Based on WLA assembler by Ville Helin\n");
|
printf("Modified for V8 uRISC architecture by Bill Wiley\n");
|
printf("Modified for V8 uRISC architecture by Bill Wiley\n");
|
printf("Modified for Open8 uRISC architecture by Seth Henry\n\n");
|
printf("Modified for Open8 uRISC architecture by Seth Henry\n\n");
|
printf("Includes support for optional Open8 features:\n");
|
printf("Includes support for optional Open8 features:\n");
|
printf("Index Register Autoincrement and BRK_implements_WAI\n\n");
|
printf("1) Index Register Autoincrement using Rn++ notation\n");
|
|
printf("2) BRK_implements_WAI\n");
|
|
printf("3) PSR_S as a pseudonym for PSR_GP4\n\n");
|
printf("USAGE: %s -[iMqtvx]{lo} [DEFINITIONS] <ASM FILE> [OUTPUT FILE]\n", argv[0]);
|
printf("USAGE: %s -[iMqtvx]{lo} [DEFINITIONS] <ASM FILE> [OUTPUT FILE]\n", argv[0]);
|
printf("Commands: Options:\n");
|
printf("Commands: Options:\n");
|
printf("l Library file i Add list file information\n");
|
printf("l Library file i Add list file information\n");
|
printf("o Object file M Output makefile rules\n");
|
printf("o Object file M Output makefile rules\n");
|
printf(" q Quiet\n");
|
printf(" q Quiet\n");
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.