diff --git a/SourceGen/RuntimeData/README.md b/SourceGen/RuntimeData/README.md index 38d854c..47c7f82 100644 --- a/SourceGen/RuntimeData/README.md +++ b/SourceGen/RuntimeData/README.md @@ -25,9 +25,9 @@ The following fields are mandatory: The currently-supported parameters are: - * load-address= - Specify the initial load address. The default + * load-address=<addr> - Specify the initial load address. The default is 0x1000. - * entry-flags= - Specify the processor status flag values to + * entry-flags=<flag-set> - Specify the processor status flag values to use at entry points. This is intended for use on the 65802/65816, and may be one of "emulation", "native-short", and "native-long". The default is "emulation".