1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-27 11:29:01 +00:00

Fix items in angle brackets

This commit is contained in:
Andy McFadden 2018-10-08 17:11:03 -07:00 committed by GitHub
parent 1fad470b20
commit c182ecba35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,9 @@ The following fields are mandatory:
The currently-supported parameters are: The currently-supported parameters are:
* load-address=<addr> - Specify the initial load address. The default * load-address=&lt;addr&gt; - Specify the initial load address. The default
is 0x1000. is 0x1000.
* entry-flags=<flag-set> - Specify the processor status flag values to * entry-flags=&lt;flag-set&gt; - Specify the processor status flag values to
use at entry points. This is intended for use on the 65802/65816, and 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 may be one of "emulation", "native-short", and "native-long". The
default is "emulation". default is "emulation".