From c182ecba35853bdc0dac70b313b0ae1f289e18b3 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 8 Oct 2018 17:11:03 -0700 Subject: [PATCH] Fix items in angle brackets --- SourceGen/RuntimeData/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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".