diff --git a/doc/smc.sgml b/doc/smc.sgml index ed9b1ba20..bb79e00b8 100644 --- a/doc/smc.sgml +++ b/doc/smc.sgml @@ -216,7 +216,7 @@ SMC AdaptUnderlineWidth, { NOP } Accessing arguments

-These marcos are determined to get, set and change arguments of instructions: +These macros are determined to get, set and change arguments of instructions: @@ -458,7 +458,7 @@ SMC GetData, { LDA SMC_AbsAdr } Operational macros

-These marcos are determined to let read/modify/write opcodes work on parts of +These macros are determined to let read/modify/write opcodes work on parts of SMC instructions. @@ -504,7 +504,7 @@ SMC GetPageData, { LDA SourceData, X } Scope macros

-These marcos are determined to export and import SMC labels out of the current +These macros are determined to export and import SMC labels out of the current file scope. Please handle with care! If you cannot abstain from leaving the file scope, you should at least document the exported SMC lines very well. On import side no checking is available if the SMC line is correct accessed (e.g.