From 3612edf4fa93f038a883d3ab3e362d402e932487 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Wed, 29 May 2019 16:14:48 -0400 Subject: [PATCH] sim65.sgml typo: bold is bf not ** --- doc/sim65.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sim65.sgml b/doc/sim65.sgml index 0c3687e2b..075f6cbe2 100644 --- a/doc/sim65.sgml +++ b/doc/sim65.sgml @@ -144,17 +144,17 @@ The binary file has a 12 byte header: -5 byte **signature**: 5 byte 1 byte **version**: 1 byte 1 byte **CPU type**: 1 byte 1 byte **sp address**: the zero page address of the C parameter stack pointer 1 byte 1 word **load address**: where to load the data from the file into memory (default: 1 word 1 word **reset address**: specifies where to begin execution after loading (default: 1 word @@ -164,7 +164,7 @@ Other internal details: The entire 64 kilobyte address space is writeable RAM. Aside from the loaded binary, the reset vector at The