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