We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400abae commit ca63b5eCopy full SHA for ca63b5e
N80/Program.Help.cs
@@ -5,8 +5,8 @@ namespace Konamiman.Nestor80.N80
5
internal partial class Program
6
{
7
static readonly string bannerText = """
8
- Nestor80 - The Z80 assembler for the 21th century
9
- (c) Konamiman 2023
+ Nestor80 - The Z80 and Z280 assembler for the 21th century
+ (c) Konamiman 2024
10
11
""";
12
N80/Program.cs
@@ -25,7 +25,7 @@ namespace Konamiman.Nestor80.N80
25
/// </summary>
26
27
28
- const int PREVIEW_LEVEL = 1;
+ const int PREVIEW_LEVEL = 0;
29
30
const int ERR_SUCCESS = 0;
31
const int ERR_BAD_ARGUMENTS = 1;
0 commit comments